I was asked recently exactly what optimizations the C# compiler performs when you specify the optimize switch. Before I answer that, I want to make sure that something is perfectly clear. The compiler's "usage" string is not lying when it says:
/debug[+|-] Emit debugging information
/optimize[+|-] Enable optimizations
Emitting debug information and optimizing the generated IL are orthogonal; they have no e...Full Article.
No comments:
Post a Comment
Post your comments here: