Commits
User selector
Commit History
Commits on Nov 20, 2015
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
Commits on Apr 7, 2015
py: Implement full func arg passing for native emitter.
Show description for 9988618committed
Commits on Jan 24, 2015
py: Don't use anonymous unions, name them instead.
Show description for 32444b7committed
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 Oct 25, 2014
py: Store bytecode arg names in bytecode (were in own array).
Show description for 1084b0fcommitted
Commits on Oct 24, 2014
py: Fix debug-printing of bytecode line numbers.
Show description for 564963acommitted
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed
Commits on Aug 15, 2014
py: Allow viper to have type annotations.
Show description for 2ac4af6committed
Commits on May 12, 2014
py: Remove emit_glue init and deinit. Needed only for debugging.
Show description for 915197acommitted
Commits on May 10, 2014
py: Combine native emitters to 1 glue function; distinguish viper.
Show description for ccc85eacommittedpy: 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 27, 2014
py: Implement keyword-only args.
Show description for 2827d62committed
Commits on Apr 20, 2014
py: Making closures now passes pointer to stack, not a tuple for vars.
Show description for 3558f62committed
Commits on Apr 13, 2014
py: Remove unique_codes from emitglue.c. Replace with pointers.
Show description for df8127acommitted
Commits on Mar 29, 2014
py: Free unique_code slot for outer module.
Show description for d1e443dcommitted
Commits on Mar 27, 2014
Loading