aboutsummaryrefslogtreecommitdiff
path: root/py/profile.c
AgeCommit message (Expand)Author
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
2021-06-19py/mpstate: Make exceptions thread-local.David Lechner
2021-04-30py/profile: Use mp_handle_pending() to raise pending exception.Damien George
2021-04-12py/profile: Resolve name collision with STATIC unset.matejcik
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-20py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.Damien George
2019-10-01py: Rework and compress second part of bytecode prelude.Damien George
2019-10-01py: Compress first part of bytecode prelude.Damien George
2019-08-30py/profile: Add debugging for sys.settrace feature.Milan Rossa
2019-08-30py/profile: Add initial implementation of sys.settrace feature.Milan Rossa