index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-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
/
vm.c
Age
Commit message (
Expand
)
Author
2021-06-24
all: Fix signed shifts and NULL access errors from -fsanitize=undefined.
Jeff Epler
2021-06-19
py/mpstate: Make exceptions thread-local.
David Lechner
2021-03-17
py/vm: For tracing use mp_printf, and print state when thread enabled.
Damien George
2020-09-11
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
Damien George
2020-04-13
py/scheduler: Fix race in checking scheduler pending state.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2019-12-20
py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.
Damien George
2019-10-04
py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Damien George
2019-10-04
py/vm: Fix handling of unwind jump out of active finally.
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-10-01
py: Add n_state to mp_code_state_t struct.
Damien George
2019-10-01
py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.
Damien George
2019-09-26
py: Split RAISE_VARARGS opcode into 3 separate ones.
Damien George
2019-09-26
py: Introduce and use constants for multi-opcode sizes.
Damien George
2019-09-10
py/vm: Factor cached map lookup code to inline function.
Damien George
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2019-08-30
py/bc: Factor out code to get bytecode line number info into new func.
Damien George
2019-08-28
py/vm: Don't add traceback info for exceptions that are re-raised.
Damien George
2019-08-28
py/vm: Don't add traceback info for exc's propagated through a finally.
Damien George
2019-08-22
py/vm: Shorten error message for not-implemented opcode.
Damien George
2019-05-27
py/vm: Remove obsolete comments about matching of exception opcodes.
Damien George
2019-03-05
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
Damien George
2019-03-05
py/vm: Remove currently_in_except_block variable.
Damien George
2019-03-05
py: Fix VM crash with unwinding jump out of a finally block.
Damien George
2019-02-12
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
Damien George
2019-02-06
py: Update my copyright info on some files.
Paul Sokolovsky
2019-01-31
py/warning: Support categories for warnings.
Paul Sokolovsky
2019-01-04
py: Fix location of VM returned exception in invalid opcode and comments
Damien George
2018-09-29
py/vm: When VM raises exception put exc obj at beginning of func state.
Damien George
2018-09-28
py/vm: Fix case of throwing GeneratorExit type into yield-from.
Damien George
2018-09-27
py/vm: Reword TODO about invalid ip/sp after an exception to a note.
Damien George
2018-09-27
py/vm: Make small optimisation of BUILD_SLICE opcode.
Damien George
2018-09-03
py/vm: Fix handling of finally-return with complex nested finallys.
Damien George
2018-06-08
py/objtype: Don't expose mp_obj_instance_attr().
Damien George
2018-05-18
py/vm: Improve performance of opcode dispatch when using switch stmt.
Damien George
2018-05-18
py/vm: Use enum names instead of magic numbers in multi-opcode dispatch.
Damien George
2018-05-16
py/vm: Adjust #if logic for gil_divisor so braces are balanced.
Damien George
2018-04-04
py/vm: Optimise handling of stackless mode when pystack is enabled.
Damien George
2018-04-04
py/vm: Don't do unnecessary updates of ip and sp variables.
Damien George
2018-02-27
py/vm: Simplify handling of special-case STOP_ITERATION in yield from.
Damien George
2018-02-27
py/vm: Fix case of handling raised StopIteration within yield from.
Damien George
2018-02-15
py/objexcept: Remove long-obsolete mp_const_MemoryError_obj.
Damien George
2018-02-08
py/vm: Simplify stack sentinel values for unwind return and jump.
Damien George
2017-12-11
py/runtime: Use the Python stack when building *arg and **kwarg state.
Damien George
2017-12-11
py: Convert all uses of alloca() to use new scoped allocation API.
Damien George
2017-12-11
py/runtime: Move mp_exc_recursion_depth to runtime and rename to raise.
Damien George
2017-12-09
py/objfun, vm: Add comments on codestate allocation in stackless mode.
Paul Sokolovsky
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
[next]