don't inline

This commit is contained in:
Vítor Santos Costa 2016-03-30 01:24:59 +01:00
parent 4103aa6e83
commit e0d82cfb23
3 changed files with 6 additions and 0 deletions

View File

@ -313,8 +313,10 @@
OPCODE(call_bfunc_xy ,plxys),
OPCODE(call_bfunc_yy ,plyys),
OPCODE(p_equal ,e),
#if INLINE_BIG_COMPARISONS
OPCODE(p_dif ,l),
OPCODE(p_eq ,l),
#endif
OPCODE(p_arg_vv ,xxx),
OPCODE(p_arg_cv ,xxn),
OPCODE(p_arg_y_vv ,yxx),

View File

@ -255,8 +255,10 @@ restore_opcodes(yamop *pc, yamop *max USES_REGS)
case _jump:
case _jump_if_var:
case _move_back:
#if INLINE_BIG_COMPARISONS
case _p_dif:
case _p_eq:
#endif
case _retry2:
case _retry3:
case _retry4:

View File

@ -197,8 +197,10 @@
case _jump:
case _jump_if_var:
case _move_back:
#if INLINE_BIG_COMPARISONS
case _p_dif:
case _p_eq:
#endif
case _retry2:
case _retry3:
case _retry4: