How to implement ngen.exe?
Pre-Jit compiler is implemented using ngen.exe tool, but how ? Please tell me in details and step by step.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rushal AroraPosted Nov 28, 2013, 2:34 PM
Anand UchagawkarPosted Nov 28, 2013, 10:17 AM
Ngen is the Native Image Generator tool used by JIT so as to convert the MSIL code to Machine code and execute it whenever demanded by framework.
In case to improve the startup speed of your application you can manually use this tool to convert the MSIL assemblies into the Machine Code assemblies on the server itself.
Satyapriya NayakPosted Nov 28, 2013, 2:24 AM
http://www.codeproject.com/Articles/12754/Ngen-exe-A-discussion-Some-Queries-NET-Framework-T
http://blogs.msdn.com/b/clrcodegeneration/archive/2007/09/15/to-ngen-or-not-to-ngen.aspx