Description of the Just-In-Time CompilerLast reviewed: September 29, 1997Article ID: Q154580 |
3.00 4.00
WINDOWS
kbusage
The information in this article applies to:
SUMMARYMicrosoft Internet Explorer includes a Just-In-Time (JIT) compiler that changes the manner in which Java programs are run.
MORE INFORMATIONThe JIT compiler translates bytecodes into native machine code. This compilation process is done only once, and a link is created between the bytecode and the corresponding compiled code. The purpose of this process is to increase the speed at which Java programs run. You may realize a speed increase of more than 50 times when some mathematically intensive functions are performed. NOTE: Some Java programs may run at the same speed or slower when you are using the JIT compiler. You can enable or disable the JIT compiler by using the following steps:
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |