>I'd seen that link before; it doesn't look very authoritative
It's a FAQ on Microsoft's developer website, written by C# team
members. In what way could it be any more authoritative?
>and it certainly doesn't provide much insight for current or future plans with the optimizer. It just lists a few optimizations without comment.
What kind of comments are you looking for? There isn't much to say
about the current optimizations because there simply are so few of
them.
I don't know what the plans for the future are. You may have to wait
for a public beta to find out.
>As I said, the JIT compiler didn't seem to be doing so well either, at least for a very similar example that I looked at.
How did you check that. Many people that don't use the debugger
correctly end up looking at unoptimized debug code and make incorrect
conclusions about the JIT abilities.
If you want more details on JIT optimizations, I suggest you visit the
group microsoft.public.dotnet.framework.performance. There are also
some good articles on this up on MSDN.
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.