Description of the Just-In-Time Compiler

Last reviewed: September 29, 1997
Article ID: Q154580
3.00 4.00 WINDOWS kbusage

The information in this article applies to:

  • Microsoft Internet Explorer version 3.0, 4.0 for Windows 95

SUMMARY

Microsoft Internet Explorer includes a Just-In-Time (JIT) compiler that changes the manner in which Java programs are run.

MORE INFORMATION

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

  1. Click Start, point to Settings, and then click Control Panel.

  2. Double-click Internet.

  3. Click the Advanced tab.

  4. Click the Enable Java JIT Compiler check box to select it or to clear it, and then click OK.

NOTE: You must shut down and restart Internet Explorer for the change to take effect.


KBCategory: kbusage
KBSubcategory: msiew95
Additional reference words: 3.00 4.00
Keywords : msiew95 kbfaq
Version : 3.00 4.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.