'. '

JIT

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(New page: JIT stands for Just in Time compilation. It is used in systems which interpret for a while and only based on gathered information perform compila...)
Current revision (09:59, 1 October 2018) (edit) (undo)
(New page: JIT stands for Just in Time compilation. It is used in systems which interpret for a while and only based on gathered information perform compila...)
 

Current revision

JIT stands for Just in Time compilation. It is used in systems which interpret for a while and only based on gathered information perform compilation of most frequently used parts of the code. GraalVM offers JIT compiler for Java which can, together with Truffle, be used for effective compilation of interpreters of any dynamic language.

Personal tools
buy