optimized code



Is it still true that the managed C++ compiler will produce much better
opimizations than the C# compiler, or have some of the more
global/aggressive opimizations been rolled into the 2005 compiler?

Are simple common sub-expressions and loop invariants optimized out in the
current optimizer?

thanks,
m


.



Relevant Pages

  • Re: optimized code
    ... >> global/aggressive opimizations been rolled into the 2005 compiler? ... > still doesn't go very far as far as optimizations go, ... loop invariants are handled by the JIT not by the compiler fron-ends. ...
    (microsoft.public.dotnet.languages.csharp)
  • Using shared library within VS .NET 2003
    ... also had to add the preprocessor definition "EXPORTING_pso." ... 2003 compiler can't find the implementation of this function. ... I supposed to fix this error? ... Prev by Date: ...
    (comp.soft-sys.matlab)
  • Re: Can you write code directly in CIL ???
    ... anyway if it's true I would suggest you to file a bug report ... I can prove that the newest C++ compiler produces equal or better ... code than VC6. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: newbie needs help
    ... Look in MSDN library - the help system that came with your VC++ ... compiler - for the Scribble tutorial. ... Tim Slattery ... Prev by Date: ...
    (microsoft.public.vc.ide_general)
  • Re: My FIRST Class!! But it doesnt work as expected - please HELP!
    ... Just put Option Strict On and the compiler will correct some extra issues ... Reporting tool: http://www.neodatatype.net ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)

Loading