JIT

An acronym for Just In Time. Normally used to refer to an on-the-fly compiler for compiled application images which are not stored in a machine-executable format. The most famous of these is probably the family of Java JITs, although other systems such as .NET make extensive use of the technique.

This page is linked from: bytecode   CLR   IL   Java   Squeak