Skip to content

Instantly share code, notes, and snippets.

@tomdale
Created June 5, 2015 02:29
Show Gist options
  • Save tomdale/ad71ff9bf1227b687510 to your computer and use it in GitHub Desktop.
Save tomdale/ad71ff9bf1227b687510 to your computer and use it in GitHub Desktop.
Shell function to start IR Hydra
irhydra () {
cd ~/irhydra
command rm -f *.cfg *.asm
command "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary" --no-sandbox \
--js-flags="--trace-hydrogen \
--trace-phase=Z \
--trace-deopt \
--code-comments \
--hydrogen-track-positions \
--redirect-code-traces"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment