Re: All .NET Languages are no longer equal.
From: Ignacio Machin \( .NET/ C# MVP \) ("Ignacio)
Date: 12/13/04
- Next message: Ignacio Machin \( .NET/ C# MVP \): "Re: Code generator for making those pesky property accessors"
- Previous message: Baski: "Re: Hiding Base Class Properites from derived class instance"
- In reply to: Jon Skeet [C# MVP]: "Re: All .NET Languages are no longer equal."
- Next in thread: Willy Denoyette [MVP]: "Re: All .NET Languages are no longer equal."
- Reply: Willy Denoyette [MVP]: "Re: All .NET Languages are no longer equal."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 15:03:10 -0500
Hi,
It may also be due that the C++ compiler should be more mature than those
of C# and VB.NET it has been around longer and had lots of optimizations for
a long time.
cheers,
-- Ignacio Machin, ignacio.machin AT dot.state.fl.us Florida Department Of Transportation "Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message news:MPG.1c260aae8b9fbc2c98baad@msnews.microsoft.com... > Jeff Louie <jeff_louie@yahoo.com> wrote: >> Imagine that. Up to now the party line was that the .NET languages >> produced pretty much similar MSIL. With Visual Studio 2005, C++ is now >> the most optimized. Ref. MSDN Magazine Jan 2005. > > No, that's been the case before now as well. The C++ compiler has > always done much more optimisation than the C# and VB.NET compilers. > Just how useful that is depends on the exact code - the JIT is where > most of the really important optimisation is likely to occur, but > occasionally the C++ compiler can do much better than the C# compiler. > > Usually when people talk about producing similar IL, they're talking > about C# vs VB.NET. > > -- > Jon Skeet - <skeet@pobox.com> > http://www.pobox.com/~skeet > If replying to the group, please do not mail me too
- Next message: Ignacio Machin \( .NET/ C# MVP \): "Re: Code generator for making those pesky property accessors"
- Previous message: Baski: "Re: Hiding Base Class Properites from derived class instance"
- In reply to: Jon Skeet [C# MVP]: "Re: All .NET Languages are no longer equal."
- Next in thread: Willy Denoyette [MVP]: "Re: All .NET Languages are no longer equal."
- Reply: Willy Denoyette [MVP]: "Re: All .NET Languages are no longer equal."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|