Project

General

Profile

Feature #10501 ยป 0001-insns.def-opt_succ-remove-Time-succ-optimization.patch

normalperson (Eric Wong), 11/12/2014 08:25 PM

View differences:

insns.def
BASIC_OP_UNREDEFINED_P(BOP_SUCC, STRING_REDEFINED_OP_FLAG)) {
val = rb_str_succ(recv);
}
else if (RBASIC_CLASS(recv) == rb_cTime &&
BASIC_OP_UNREDEFINED_P(BOP_SUCC, TIME_REDEFINED_OP_FLAG)) {
val = rb_time_succ(recv);
}
else
{
goto INSN_LABEL(normal_dispatch);
-
    (1-1/1)