Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created July 10, 2014 23:01
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 jnthn/45b302ebda86a25769ef to your computer and use it in GitHub Desktop.
Save jnthn/45b302ebda86a25769ef to your computer and use it in GitHub Desktop.
perl6-m -e "my %h; for lines('jit_log'.IO) { /^ 'BAIL: op <' (\w+)/ && %h{$0}++ }; .say for %h.sort(-*.value)"
"takeclosure" => 345
"getattr_s" => 177
"ifnonnull" => 147
"checkarity" => 144
"decont" => 122
"newlexotic" => 108
"getdynlex" => 105
"smrt_strify" => 67
"hllboxtype_i" => 63
"smrt_numify" => 55
"hllboxtype_s" => 36
"getattr_o" => 34
"atpos_o" => 33
"param_on_o" => 29
"paramnamesused" => 24
"push_o" => 19
"unless_o" => 19
"clone" => 19
"sp_namedarg_used" => 18
"atkey_o" => 18
"findmeth_s" => 18
"iter" => 16
"param_sn" => 13
"not_i" => 11
"sp_findmeth" => 9
"loadlib" => 9
"callercode" => 8
"param_sp" => 8
"unshift_o" => 8
"p6bool" => 8
"pop_o" => 7
"chars" => 7
"argconst_s" => 6
"shift_o" => 5
"getlexperinvtype_o" => 5
"bindkey_o" => 5
"param_rn_o" => 5
"objprimspec" => 4
"if_o" => 4
"scwbdisable" => 4
"istype" => 3
"isnonnull" => 3
"getlex_no" => 3
"getlexouter" => 3
"capturelex" => 3
"getcodename" => 2
"getwho" => 2
"p6scalarfromdesc" => 2
"ctx" => 1
"nfarunalt" => 1
"iterkey_s" => 1
"iterval" => 1
"scgethandle" => 1
"masttocu" => 1
"compunitmainline" => 1
"compunitcodes" => 1
"capturehasnameds" => 1
"captureposelems" => 1
"const_i64_32" => 1
"sp_guardconttype" => 1
"bindattr_o" => 1
"isfalse" => 1
"elems" => 1
"serialize" => 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment