mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
Allows bytecode itself to be used instead of an mp_raw_code_t in the simple and common cases of a bytecode function without any children. This can be used to further reduce frozen code size, and has the potential to optimise other areas like importing. Signed-off-by: Damien George <damien@micropython.org>