Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Description of the Just-In-Time Compiler


View products that this article applies to.

This article was previously published under Q154580

↑ Back to the top


Summary

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

↑ Back to the top


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.

↑ Back to the top


Keywords: KB154580, kbfaq

↑ Back to the top

Article Info
Article ID : 154580
Revision : 4
Created on : 1/19/2007
Published on : 1/19/2007
Exists online : False
Views : 481