JIT Compiler

  • Thread starter Thread starter drv
  • Start date Start date
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
 
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
 
Back
Top