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就是運行時動態創建并運行新代碼。