Linked by Eugenia Loli on Mon 10th Oct 2005 16:48 UTC, submitted by Shlomi Fish
General Development Shlomi Fish has written a new essay titled "When C is the Best? (Tool for the Job)". Its theme is giving several reasons (besides high speed and low memory consumption) why some code should still be written in C.
Permalink for comment 44490
To read all comments associated with this story, please click here.
ASM is the Best :-)
by Anonymous on Thu 13th Oct 2005 16:05 UTC
Anonymous
Member since:
---

[ joke ]
Why use C, it's slow and the so high level coding is overkill.
With ASM, you've got simplicity and Speed, and you control exactly what you done with your program.
When you need to pull out every single cycle from your proc, there are no other choices, C is too much bloated
[/ joke ]

That was the typical rant in the 90's against C for gaming on the 68k, i386 processor generation.

Now who cares, coders are waiting the next gen CPU/GPU/PPU/whatever.

Now only the console coders must times to times optimize in asm for a given hardware architecture to "pull out every single cycle from the hardware".

In 20 years, we will have the same arguments between java (wich will be a low level language) and a "yet to define" higher order language.

Reply Score: 0