summaryrefslogtreecommitdiff
path: root/py/profile.c
AgeCommit message (Expand)Author
2023-08-30py/profile: Remove the requirement to disable MICROPY_COMP_CONST.Jim Mussared
2023-05-19py/obj: Remove mp_generic_unary_op().David Lechner
2022-09-19py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared
2022-09-19all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared
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