mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
These jumps are always forwards, and it's more efficient in the VM to decode an unsigned argument. These opcodes are already optimised versions of the sequence "dup-top pop-jump-if-x pop" so it doesn't hurt generality to optimise them further. Signed-off-by: Damien George <damien@micropython.org>
9.7 KiB
9.7 KiB