mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Main changes when MICROPY_PERSISTENT_CODE is enabled are: - qstrs are encoded as 2-byte fixed width in the bytecode - all pointers are removed from bytecode and put in const_table (this includes const objects and raw code pointers) Ultimately this option will enable persistence for not just bytecode but also native code.
36 KiB
36 KiB