Skip to content

Instantly share code, notes, and snippets.

@timo
Last active August 29, 2015 14:04
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 timo/f92ff69eb404592b3a51 to your computer and use it in GitHub Desktop.
Save timo/f92ff69eb404592b3a51 to your computer and use it in GitHub Desktop.
with jit-moar-ops, this is the tally of ops that the jit stumbles over when compiling the core setting.
1 BAIL: op <captureposelems>
1 BAIL: op <compunitcodes>
1 BAIL: op <compunitmainline>
1 BAIL: op <const_i64_32>
1 BAIL: op <ctx>
1 BAIL: op <curcode>
1 BAIL: op <getcodeobj>
1 BAIL: op <getenvhash>
1 BAIL: op <getlexstatic_o>
1 BAIL: op <getobjsc>
1 BAIL: op <if_n>
1 BAIL: op <iterval>
1 BAIL: op <le_s>
1 BAIL: op <markcodestub>
1 BAIL: op <masttocu>
1 BAIL: op <newtype>
1 BAIL: op <reprname>
1 BAIL: op <scgethandle>
1 BAIL: op <serialize>
1 BAIL: op <setcodename>
1 BAIL: op <setcodeobj>
1 BAIL: op <sp_guardconttype>
2 BAIL: op <band_i>
2 BAIL: op <create>
2 BAIL: op <getcodename>
2 BAIL: op <iterkey_s>
2 BAIL: op <objprimspec>
2 BAIL: op <param_on_o>
2 BAIL: op <param_rn_s>
2 BAIL: op <radix>
2 BAIL: op <scsetcode>
3 BAIL: op <capturehasnameds>
3 BAIL: op <capturelex>
3 BAIL: op <freshcoderef>
3 BAIL: op <getlex_no>
3 BAIL: op <hllize>
3 BAIL: op <p6scalarfromdesc>
4 BAIL: op <blshift_i>
4 BAIL: op <findnotcclass>
4 BAIL: op <getcomp>
4 BAIL: op <isinvokable>
4 BAIL: op <param_rp_s>
4 BAIL: op <throwcatdyn>
5 BAIL: op <bor_i>
5 BAIL: op <can_s>
5 BAIL: op <getlexouter>
5 BAIL: op <isnonnull>
5 BAIL: op <scwbdisable>
6 BAIL: op <ordat>
7 BAIL: op <lt_n>
8 BAIL: op <unless_n>
9 BAIL: op <callercode>
9 BAIL: op <getlexperinvtype_o>
9 BAIL: op <indexnat>
9 BAIL: op <loadlib>
11 BAIL: op <gt_n>
11 BAIL: op <takehandlerresult>
12 BAIL: op <argconst_s>
13 BAIL: op <param_sp>
14 BAIL: op <binddynlex>
14 BAIL: op <ne_n>
14 BAIL: op <ne_s>
14 BAIL: op <p6bool>
20 BAIL: op <lexoticresult>
25 BAIL: op <param_sn>
28 BAIL: op <clone>
28 BAIL: op <eq_n>
30 BAIL: op <isconcrete>
36 BAIL: op <findmeth_s>
36 BAIL: op <param_rp_o>
42 BAIL: op <die>
44 BAIL: op <not_i>
54 BAIL: op <indexat>
89 BAIL: op <iter>
102 BAIL: op <paramnamesused>
157 BAIL: op <jumplist>
188 BAIL: op <getdynlex>
373 BAIL: op <sp_findmeth>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment