.NET 4.5 - Multicore JIT
Oct 18, 2012 at 6:00 AM
Charles
(4)
Multicore JIT is a .NET 4.5 compiler technology that uses parallelization to reduce the JIT compilation time during application startup.Multicore JIT team says: "With Multicore JIT, methods are compiled on two cores in parallel. The more code you execute on your startup path, the more…