Penguin
Annotated edit history of JustInTime version 1, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 This term is generally used as an adjective to [Compiler]. A JustInTime [Compiler] defers compilation until RunTime, when a part of the SourceCode actually has to be run. In practice, a [JIT] [Compiler] is always part of a VirtualMachine, although the concept is theoretically applicable outside VirtualMachine~s as well.
2
3 With a [JIT] [Compiler], RunTime and CompileTime are interwoven.