JIT
From APIDesign
(Difference between revisions)
(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...) |
(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.