Why would the .NET Framework use Normal-JIT (Just-in-Time)?

Advertisement

  • to compile complete source code into native code in a single compilation cycle during deployment of the application
  • to compile only the methods that are called at runtime and remove them from memory after execution
  • to compile only the methods that are called at runtime and them store them in cache for one minute
  • to compile only methods called at runtime – which are compiled the first time the methods are called and then stored in a cache to be used for execution when the same methods are called again
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend