JIT Compiler

D

drv

Are there different versions of the JITTER for each Windows OS (9x,2000,XP)?
If I use NGEN to JIT compile my code, can that .exe be used on different
platforms (9x,2000, XP)?

Thanks
Drv
 
G

Gabriele G. Ponti

Drv,

I don't think it would work. If you read the Framework documentation
regarding the NGEN utility, at some point it says: "If the version of the
operating system running on a computer changes, all native images stored in
the native image cache become invalid.".

Gabriele
 

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

Top