Last active
August 29, 2015 14:02
-
-
Save paulfryzel/4edb3f939ab9c51ecbf8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias v8build="GYP_DEFINES=\"v8_enable_disassembler=1 v8_object_print=1\" disassembler=on objectprint=on make -j4 native" | |
alias d8asm="d8 --trace-hydrogen --trace-deopt --code-comments --print-opt-code" | |
alias d8asm2="d8 --trace_hydrogen --trace_phase=Z --print_op_code --trace_deopt --code_comments --hydrogen_track_positions --redirect_code_traces --redirect_code_traces_to=code.asm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment