aboutsummaryrefslogtreecommitdiff
path: root/py/persistentcode.h
AgeCommit message (Expand)Author
2022-05-23py/persistentcode: Select ARMV6M as maximum when __thumb2__ not defined.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-04-14py/persistentcode: Support loading and saving tuples in .mpy files.Damien George
2022-04-14py/persistentcode: Define enum values for obj types instead of letters.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2019-12-12py/persistentcode: Make ARM Thumb archs support multiple sub-archs.Damien George
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-11-04py/modsys: Report .mpy version in sys.implementation.Damien George
2019-11-04py/persistentcode: Move declarations for .mpy header from .c to .h file.Damien George
2019-10-05py: Add new Xtensa-Windowed arch for native emitter.Damien George
2019-09-26py/persistentcode: Bump .mpy version to 5.Damien George
2019-05-07mpy-cross: Add --version command line option to print version info.Damien George
2019-03-08py: Add support to save native, viper and asm code to .mpy files.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-11-16py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George