Skip to content

break up JUMP_IF_NOT_EXC/EG_MATCH #348

@iritkatriel

Description

@iritkatriel

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions