v8 - Print ion monkey generated code -
Is there any way to dump the dissasembly of the genated code for each ion (LIR) instruction? Something similar - comments in print-opt-code - Code-V8?
IONFLAGS = codegans JS - version-offthread-compile = off app.js
You need the Spiderman debug build After you run it you will be logged in the code generator in stderr to find the specific function search log for "script for the script".
Comments
Post a Comment