Re: C# and compiler optimizer.



> However, your project sounds as if it could profit from some
> higher-level optimizations which the C#/VB and JIT compilers aren't
> doing, neither in this nor in the next version -- the MS teams are too
> busy implementing new features, I suppose.
>

The current scuttle*** is an IL optimizer instead of individual
optimizations in the compilers, saving everyone time. No clue if it'll
actually happen or not though, or what kind of context would be lost.


.