How to I use Pre-JIT

T

tony

Hello!

We might have some applications that need to be used by Pre-JIT.
As I have understood this Pre-JIT. The managed IL code is compiled into
native binary before the application is being used.

I just wonder how do I use this Pre-JIT. Is it some settings that must be
done when I compile the code into IL which automatically
translate the code into native binary.

//Tony
 
V

Vadym Stetsyak

Hello, tony!

t> I just wonder how do I use this Pre-JIT. Is it some settings that must
t> be done when I compile the code into IL which automatically
t> translate the code into native binary.

To do the "Pre-JIT" you can use a tool called NGEN.

Have a look at the following doc
( http://msdn.microsoft.com/library/en-us/cptools/html/cpgrfNativeImageGeneratorNgenexe.asp?frame=true )

and article about NGEN in .NET 2.0
( http://msdn.microsoft.com/msdnmag/issues/05/04/NGen/ )


--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top