JIT

From LQWiki
Jump to navigation Jump to search

Just In Time (JIT) is a type of late compilation whereby code is compiled from an intermediate format (source or bytecode) into machine code at runtime, just before or during execution. It is common with the Java language, but is also available in other systems including Python and .NET.