Skip to content

Instantly share code, notes, and snippets.

@ryoqun
Created October 6, 2013 09:29
Show Gist options
  • Save ryoqun/6851683 to your computer and use it in GitHub Desktop.
Save ryoqun/6851683 to your computer and use it in GitHub Desktop.
cat _X_ANONYMOUS#__block__\$block@1.opt.ll | sed 's/, !dbg.*$//g' | opt-3.3 --dot-cfg -o /dev/null
cat cfg._X_ANONYMOUS#__block__\$block@1.dot | sed 's/digraph "Call graph" {/digraph "Call Graph" { \n rankdir=LR;/' | sed -r 's/%\\"struct.rubinius::([a-zA-Z]*?)\\"/\1/g' | dot -Tpdf > /tmp/callgraph.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment