Skip to content

Instantly share code, notes, and snippets.

@donaldh
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donaldh/a9af6bb2422027982042 to your computer and use it in GitHub Desktop.
Save donaldh/a9af6bb2422027982042 to your computer and use it in GitHub Desktop.
Identifying rakudo compilation bottlenecks on jvm
Using java -Xint -Xprof to flush out performance bottlenecks
Stage start : 0.000
Stage parse : 757.440
Stage syntaxcheck: 0.001
Stage ast : 0.002
Stage optimize : 66.674
Stage jast : 4032.891
Stage classfile : 49.018
Stage jar : 0.000
Flat profile of 4911.95 secs (338764 total ticks): main
Interpreted + native Method
72.9% 247112 + 0 java.util.ArrayList.indexOf
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment