index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
profile.c
Age
Commit message (
Expand
)
Author
2023-08-30
py/profile: Remove the requirement to disable MICROPY_COMP_CONST.
Jim Mussared
2023-05-19
py/obj: Remove mp_generic_unary_op().
David Lechner
2022-09-19
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-06-19
py/mpstate: Make exceptions thread-local.
David Lechner
2021-04-30
py/profile: Use mp_handle_pending() to raise pending exception.
Damien George
2021-04-12
py/profile: Resolve name collision with STATIC unset.
matejcik
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-20
py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.
Damien George
2019-10-01
py: Rework and compress second part of bytecode prelude.
Damien George
2019-10-01
py: Compress first part of bytecode prelude.
Damien George
2019-08-30
py/profile: Add debugging for sys.settrace feature.
Milan Rossa
2019-08-30
py/profile: Add initial implementation of sys.settrace feature.
Milan Rossa