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就是运行时动态创建并运行新代码。
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就是运行时动态创建并运行新代码。