mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
This patch adds full support for unwinding jumps to the native emitter. This means that return/break/continue can be used in try-except, try-finally and with statements. For code that doesn't use unwinding jumps there is almost no overhead added to the generated code.
461 B
461 B