Updated 2017-06-03 06:27:01 by dbohdan

Summary  edit

JIT often is the abbreviation used to mean Just In Time - meaning a process that is delayed as long as possible so as to spread out the resource use and to have as much relevant context as possible.

AMG: Programmers know that laziness is a virtue. JIT exemplifies this.

See Also  edit

GSOC2010:Base JIT compiler for Tcl
Tcl JIT
tclquadcode