Remove JUMP_IF_TRUE/FALSE_OR_POP #340
iritkatriel
started this conversation in
General
Replies: 1 comment
-
These opcodes are only used for short-circuiting and/or/comparison expressions, so they are always jumping forward and I don't see that changing anytime soon. So we can just change them to be relative, we don't need the forwards and backwards versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
JUMP_IF_TRUE_OR_POP and JUMP_IF_FALSE_OR_POP are not very common:
Perhaps we can remove them and instead use
Beta Was this translation helpful? Give feedback.
All reactions