Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/clojure/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
V8 打印生成的代码_V8_Compiler Optimization_Spidermonkey - Fatal编程技术网

V8 打印生成的代码

V8 打印生成的代码,v8,compiler-optimization,spidermonkey,V8,Compiler Optimization,Spidermonkey,是否有任何方法可以为每个ion(LIR)指令转储生成代码的分解。 类似的东西--打印选项代码--在v8中编写注释?IONFLAGS=codegen js--ion offthread compile=off app.js 您需要调试spidermonkey的构建。运行此命令后,您将在stderr中登录代码生成器。 为了找到“为脚本发出代码”的特定函数搜索日志

是否有任何方法可以为每个ion(LIR)指令转储生成代码的分解。
类似的东西--打印选项代码--在v8中编写注释?

IONFLAGS=codegen js--ion offthread compile=off app.js

您需要调试spidermonkey的构建。运行此命令后,您将在stderr中登录代码生成器。 为了找到“为脚本发出代码”的特定函数搜索日志