Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

whats a JIT compillers

Status
Not open for further replies.

darwin101

Programmer
Mar 7, 2001
156
US
in a previous post John Fill (kewl spider) mentioned JIT compillers.. what are they and how are they different.
Google has never heard of them :-(

Thanks
 
Just -in-time compilers are available on some machines, not all, and basically what they do is the first time you run your java byte code, the JIT compiler compiles it at that instant, into the native code of the machines you are running it on. The purpose is to still allow java portability, but to give the added benefit of speed (something that interpretation of byte code does not have) when run on subsequent occassions.

I think...
 
Maybe you wanna take a look at this?


Regards,
Leon If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best :)
 
No problem :) If you need additional help, you can email to me at zaoliang@hotmail.com I don't guaranty that I will be able to solve your problems but I will try my best :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top