Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 464 Bytes

File metadata and controls

9 lines (5 loc) · 464 Bytes

JIT compilation

General computing term. JIT stands for "Just-in-time".

Wikipedia: "In computing, just-in-time (JIT) compilation, also known as dynamic translation, is a way of executing computer code that involves compilation during execution of a program – at run time – rather than prior to execution."

See also: AOT compilation.

Back to Capsicum reference