index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
py
/
emitglue.c
Commit message (
Expand
)
Author
Age
*
unix: Make -v dump memory info at exit.
Paul Sokolovsky
2014-10-26
*
py: Store bytecode arg names in bytecode (were in own array).
Damien George
2014-10-25
*
py: Fix debug-printing of bytecode line numbers.
Damien George
2014-10-24
*
py: Fix line number printing for file with 1 line.
Damien George
2014-08-26
*
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-24
*
py: Allow viper to have type annotations.
Damien George
2014-08-15
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
py: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-06-21
*
py: Implement default keyword only args.
Damien George
2014-06-07
*
showbc: Make micropython -v also dump bytecode in hex form.
Paul Sokolovsky
2014-06-03
*
showbc: Make sure it's possible to trace MAKE_FUNCTION arg to actual bytecode.
Paul Sokolovsky
2014-06-03
*
py: Remove emit_glue init and deinit. Needed only for debugging.
Damien George
2014-05-12
*
py: Combine native emitters to 1 glue function; distinguish viper.
Damien George
2014-05-10
*
py: Rename byte_code to bytecode everywhere.
Damien George
2014-05-10
*
py, unix: Add -v option, print bytecode dump if used.
Paul Sokolovsky
2014-05-05
*
Add license header to (almost) all files.
Damien George
2014-05-03
*
py: Implement keyword-only args.
Damien George
2014-04-27
*
emitglue: Typo fix in var name.
Paul Sokolovsky
2014-04-23
*
py: Making closures now passes pointer to stack, not a tuple for vars.
Damien George
2014-04-20
*
py: Remove unique_codes from emitglue.c. Replace with pointers.
Damien George
2014-04-13
*
py: Improve inline assembler; improve compiler constant folding.
Damien George
2014-04-12
*
py: Change compile order for default positional and keyword args.
Damien George
2014-04-11
*
py: Implement more features in native emitter.
Damien George
2014-04-06
*
py: Towards default keyword arguments.
Damien George
2014-03-31
*
Rename rt_* to mp_*.
Damien George
2014-03-30
*
py: Free unique_code slot for outer module.
Damien George
2014-03-29
*
py: Fix bugs with debugging output.
Damien George
2014-03-28
*
py: Factor out code from runtime.c to emitglue.c.
Damien George
2014-03-27