I\'m continuing my work on my C# compiler for my Compilers Class. At the moment I\'m nearly finished with the chapters on Compiler Optimizations in my textbook.
F
I don't think the C# compiler does any optimizations. The JIT does all the work.