Version 4 of JIT

Updated 2013-09-02 01:40:33 by pooryorick

Summary *

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

Tcl JIT
GSOC2010:Base JIT compiler for Tcl