Starting Your Program
First loads the assembly, module, and class for the method
The method call puts you in the stub
The stub calls the JIT compiler
Microsoft will provide a tool that runs the JIT on all methods in an assembly and saves the result in a cache
- Improves start-up time
- Not in Beta 1 release