Commits
User selector
Commit History
Commits on Dec 17, 2015
Commits on Nov 29, 2015
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Show description for 999cedbcommitted- committed
- committed
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Show description for d8c834ccommittedpy: Add constant table to bytecode.
Show description for 713ea18committed- committed
- committed
Commits on Apr 2, 2015
Commits on Feb 15, 2015
py: Make old_globals part of mp_code_state structure.
Show description for 53e5e0fcommitted
Commits on Jan 1, 2015
py: Move to guarded includes, everywhere in py/ core.
Show description for 51dfcb4committed
Commits on Dec 27, 2014
Commits on Dec 22, 2014
py: Reduce size of VM exception stack element by 1 machine word.
Show description for 74eb44ccommitted
Commits on Oct 25, 2014
py: Store bytecode arg names in bytecode (were in own array).
Show description for 1084b0fcommitted
Commits on Oct 3, 2014
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
Show description for 39dc145committedpy: Convert [u]int to mp_[u]int_t where appropriate.
Show description for 42f3de9committed
Commits on Sep 4, 2014
py: Use variable length encoded uints in more places in bytecode.
Show description for b534e1bcommitted
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 11, 2014
Commits on Jun 7, 2014
py: Merge mp_execute_bytecode into fun_bc_call.
Show description for aabd83ecommitted
Commits on Jun 2, 2014
Commits on May 31, 2014
vm: Factor out structure with code execution state and pass it around.
Show description for b4ebad3committed
Commits on May 10, 2014
py: Rename byte_code to bytecode everywhere.
Show description for 3417bc2committed
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 23, 2014
Commits on Mar 30, 2014
py: Implement support for generalized generator protocol.
Show description for f39d3b9committed- committed
Commits on Mar 29, 2014
vm: Save current active exception on opening new try block.
Show description for 0c904dfcommitted
Commits on Mar 27, 2014
py: Put n_state for bytecode in the bytecode prelude.
Show description for bee17b0committed
Commits on Mar 23, 2014
vm: Abstract working with tagged pointers in VM using macro accessors.
Show description for 1673420committed
Commits on Mar 22, 2014
- committed
objgenerator: Keep exception stack within generator object, like value stack.
Show description for c0abc28committed
Commits on Feb 15, 2014
py: VM never throws an exception, instead returns a status and value.
Show description for c8f78bccommitted