HighTechTalks DotNet Forums  

JIT Compiler

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss JIT Compiler in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
drv
 
Posts: n/a

Default JIT Compiler - 07-09-2003 , 09:35 AM






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



Reply With Quote
  #2  
Old   
Alfred C Thompson II
 
Posts: n/a

Default Re: JIT Compiler - 07-09-2003 , 09:42 PM






Why would you do that? Just take the .exe from the compiler and move it to
each system. The JIT will take place the first time you run in on the system
and it should all be ok.

"drv" <drv (AT) tcsc (DOT) com> wrote

Quote:
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





Reply With Quote
  #3  
Old   
Harkos
 
Posts: n/a

Default Re: JIT Compiler - 07-11-2003 , 06:16 AM



By the way, if I used NGEN from my setup and remove the assembly (not the
one created by NGEN), would the application still work? Would this image be
unusable for a decompilation?

[]'s
Harkos

"Alfred C Thompson II" <act2 (AT) ACThompson (DOT) net> escreveu na mensagem
news:u3sILSoRDHA.2188 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Quote:
Why would you do that? Just take the .exe from the compiler and move it to
each system. The JIT will take place the first time you run in on the
system
and it should all be ok.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.