FYI: MS Visual Studio and C99/C11

Started by Bitbeisser, May 08, 2012, 04:50:39 PM

Previous topic - Next topic

AlexN

Quote from: Vortex on May 24, 2012, 10:31:36 PM
Assembly is the mother language of the processor and in terms of speed , no any other language can beat it. Assembly is ideal for some speed critical tasks.
Hmm, speed - I am not sure that this is still correct. If I look at the specification of a modern Intel CPU, with out of order execution, branch prediction, queues for data and code, L1, L2 and L3 caches and much more. I think today, you must be a very smart assembler programmer to beat with your code an Intel compiler.
best regards
Alex ;)

dancho

about asm vs C/C++  ( fasm in this case ) John from flat assembler board had interesting battle to fight  :)....

http://board.flatassembler.net/topic.php?t=14223

guess who win  ;)