index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
bc.h
Age
Commit message (
Expand
)
Author
2014-05-10
py: Rename byte_code to bytecode everywhere.
Damien George
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-23
vm: Add rudimentary bytecode execution tracing capability.
Paul Sokolovsky
2014-03-30
py: Implement support for generalized generator protocol.
Paul Sokolovsky
2014-03-30
py: Rename mp_exc_stack to mp_exc_stack_t.
Damien George
2014-03-30
vm: Save current active exception on opening new try block.
Paul Sokolovsky
2014-03-27
py: Put n_state for bytecode in the bytecode prelude.
Damien George
2014-03-23
vm: Abstract working with tagged pointers in VM using macro accessors.
Paul Sokolovsky
2014-03-22
objgenerator: Implement .throw() method to throw exceptions into generator.
Paul Sokolovsky
2014-03-22
objgenerator: Keep exception stack within generator object, like value stack.
Paul Sokolovsky
2014-02-15
py: VM never throws an exception, instead returns a status and value.
Damien George
2014-02-01
py: mp_execute_byte_code has 2 arg arrays, for more efficient default params.
Damien George
2014-01-19
py: Add module/function/class name to exceptions.
Damien George
2014-01-18
Add source file name and line number to error messages.
Damien George
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-11
py: work towards working closures.
Damien
2013-12-10
py: add skeletal import functionality.
Damien
2013-11-05
Improve allocation of stack for byte code.
Damien
2013-11-05
Make byte code jumps relative.
Damien
2013-10-16
Implement BC & runtime support for generator/yielding.
Damien
2013-10-10
Rename vm.h to bc.h.
Damien
2013-10-05
Further factorise PASS_1 out of specific emit code.
Damien
2013-10-04
Initial commit.
Damien