What is JIT

JIT, "Just In Time"的缩写,但是它到底是什么意思呢?

Whenever a program, while running, creates and runs some new
executable code which was not part of the program when it was stored on disk, it’s a JIT.

引用来源

一句话,JIT就是运行时动态创建并运行新代码。

你可能感兴趣的:(What is JIT)