There was an error while loading. Please reload this page.
JUMP_IF_NOT_EXC_MATCH and JUMP_IF_NOT_EG_MATCH are not hot opcodes (they are part of exception handling).
If we break them up into (1) check match (2) POP_JUMP_IF_FALSE then we will have fewer jump opcodes.
Status