2
Shouts

Multicore JIT in .NET Framework 4.5 | TechBubbles

published 204 days, 2 hours, 15 minutes ago posted by kalyanms1kalyanms1 214 days, 20 minutes ago
Thursday, November 01, 2012 10:12:29 AM GMT Monday, October 22, 2012 12:07:39 PM GMT

Multicore JIT is a great new feature in .NET Framework 4.5. Multicore JIT parallelizes the some of the JIT compilations that happens on the start of the application, Historically .NET FW has used the Ngen Native Image Generator for parallelization. It works particularly well where this Ngen is installed. It has been with Silverlight 5 and ASP.NET. This post describes it’s features and how it works? Multicore JIT uses the parallelization to reduce the JIT compilation time during application startup

category: Architecture | clicked: 29 | | source: www.techbubbles.com | show counter code
tags:

No comments yet, be the first one to post comment.

To post your comment please login or signup