This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
JIT Settings
Various JIT settings can be changed using the JitMan.exe tool included in the SDK. These settings are:
- Use the EconoJit and set the percentage of time spent jitting code vs. running code
- Limit the size of the Code Cache and set the maximum size of the Code Cache in bytes
- Optimize jitting for size instead of execution speed
- Enable Concurrent GC so that threads running user code are not used for garbage collection
For documentation on the JitMan.exe tool, look at Jit Manager Utility.