What kind of optimizations do both the C# compiler and the JIT do?

后端 未结 3 1864
逝去的感伤
逝去的感伤 2020-12-30 04:37

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

3条回答
  •  鱼传尺愫
    2020-12-30 05:34

    David Notario has a few posts on his blog (you can start here, and then walk the history), but they are rather sketchy.

提交回复
热议问题