Click here to Skip to main content
15,881,757 members
Articles / Programming Languages / C#

Pre-compile (pre-JIT) your assembly on the fly, or trigger JIT compilation ahead-of-time

Rate me:
Please Sign up or sign in to vote.
4.91/5 (83 votes)
27 Nov 2008CPOL3 min read 151.1K   117  
This article describes how to easily trigger pre-JITting of your heavy assemblies.
No downloads associated with this content

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead bwin Interactive Entertainment AG
Austria Austria
The views expressed in my articles are mine and do not necessarily reflect the views of my employer.

if(youWantToContactMe)
{
SendMessage(string.Format("{0}@{1}.com", "liptchinski_vit", "yahoo"));
}

More info in my LinkedIn profile:
http://www.linkedin.com/in/vitaliyliptchinsky

Comments and Discussions