Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.compilers    |    Compiler construction, theory, etc. (Mod    |    2,753 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,738 of 2,753    |
|    Olivier Lefevre to All    |
|    Re: Compile time of C++ vs C#    |
|    04 Sep 09 01:41:53    |
      From: lefevrol@yahoo.com              You may be comparing apples to oranges. Managed languages like C# and       Java running on a VM offer two kinds of compilers: a       source-to-bytecode compiler that is called by the user and one or more       bytecode-to-native code compilers (often called JIT compilers) that       are under the control of the VM. The former (by design) perform next       to no optimizations while the latter may do so. The C++ compiler is       more akin to an optimizing JIT compiler than it is to the bytecode       compiler.              -- O.L.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca