| Sign In/My Account | View Cart |
| Article: |
Introduction to Managed C++ | |
| Subject: | MC++ optimization - better performance than C#? | |
| Date: | 2003-05-03 03:24:38 | |
| From: | c1sbc | |
|
From the above - "the C++ compiler performs some optimization on the IL it produces, resulting in code that performs better than code generated from the C# or VB.NET compilers. " Is there an article/paper that elaborates on this optimization? Any performance tests, etc..? Will help in doing conversion of legacy C++ code. Thanks.
|
||
Showing messages 1 through 1 of 1.
The C++ compiler has a high-performance optimizer on its backend - same technology as unmanaged C++.
--Sam