问题标签 [ionmonkey]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Firefox - 记录 ionmonkey 编译和救助
我可以启动 Google Chrome--js-flags="--trace-opt --trace-deopt"
以获取V8
优化器正在编译的内容以及优化执行失败的日志,但是 Firefox IonMonkey 有什么可比的吗?
firefox - Firefox 使用什么作为 js 引擎 SpiderMonkey 或 IonMonkey
当我读到这个关于 SpiderMonkey 的维基百科页面时,我感到很困惑
什么 Firefox 当前用于 js SpiderMonkey、IonMonkey、JägerMonkey 或它们的组合?
谢谢
javascript - OOL (out of line) code
What is OOL (Out of line) code? I've found it in ION compiler but can't understand what is going on.
I've tried to use google to found information about it, but didn't have a success. Maybe you can give me some idea what it is? Thank you :)