Related articles |
---|
Compile time of C++ vs C# shirsoft@gmail.com (Shirsoft) (2009-09-01) |
Re: Compile time of C++ vs C# marcov@stack.nl (Marco van de Voort) (2009-09-02) |
Re: Compile time of C++ vs C# DrDiettrich1@aol.com (Hans-Peter Diettrich) (2009-09-02) |
Re: Compile time of C++ vs C# cr88192@hotmail.com (BGB / cr88192) (2009-09-02) |
Re: Compile time of C++ vs C# sh006d3592@blueyonder.co.uk (Stephen Horne) (2009-09-03) |
Re: Compile time of C++ vs C# cr88192@hotmail.com (BGB / cr88192) (2009-09-03) |
Re: Compile time of C++ vs C# lefevrol@yahoo.com (Olivier Lefevre) (2009-09-04) |
From: | Shirsoft <shirsoft@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Tue, 1 Sep 2009 13:15:35 -0700 (PDT) |
Organization: | Compilers Central |
Keywords: | performance |
Posted-Date: | 01 Sep 2009 23:41:45 EDT |
Hi,
I am curious to know why C# code much faster than a similar sized C++
code. How does MSIL help? Does having a common base class like object
help in reducing compile times?
Thanks,
Shireesh
[The optimizer is usually the slowest part of a compiler and I would guess that
MSIL offers fewer opportunities than native code. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.