Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Luajit 的 JIT 技术 和 java 的JIT 技术比怎么样呢
cuiweixie
目前发现的不同之处有:
1.java 的OSR(https://www.zhihu.com/question/45910849) Luajit 没有
2.优化过度的情况,java 的JIT似乎可以变回没有用JIT的代码