NO

Author Topic: FYI: MS Visual Studio and C99/C11  (Read 17952 times)

Offline AlexN

  • Global Moderator
  • Member
  • *****
  • Posts: 394
    • Alex's Link Sammlung
Re: FYI: MS Visual Studio and C99/C11
« Reply #15 on: May 25, 2012, 05:45:19 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

  • Guest
Re: FYI: MS Visual Studio and C99/C11
« Reply #16 on: May 25, 2012, 08:16:32 PM »
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  ;)