Microsoft .NET Framework NGEN
Description:
Native Image Generator (NGEN) improves the speed of .NET applications, by caching the result of the Just-in-Time (JIT) compiler so it only has to be performed once.
The .NET Runtime Optimization Service is only activated when the native image of an .NET application has become invalidated, usually because the application itself or its dependencies has been updated.
More Info MSDN Magazine April 2005 - NGEN
Recommended state:
- Manual
Default State:
- Manual
Proces name:
- mscorsvw.exe (clr_optimization)
Supports:
- none
Depends:
- none