Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
aaef1851a748af95f8b105ef2d1d4f35e6ede02b
/
py
/
nativeglue.c
1b586f3
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
by Paul Sokolovsky
· 10 years ago
59fba2d
py: Remove mp_load_const_bytes and instead load precreated bytes object.
by Damien George
· 10 years ago
ed570e4
py: Remove mp_load_const_str and replace uses with inlined version.
by Damien George
· 10 years ago
9988618
py: Implement full func arg passing for native emitter.
by Damien George
· 10 years ago
78772ad
py: Implement calling functions with *args in native emitter.
by Damien George
· 10 years ago
4cd9ced
py: Implement closures in native code generator.
by Damien George
· 11 years ago
7d414a1
py: Parse big-int/float/imag constants directly in parser.
by Damien George
· 10 years ago
b6e6b52
py: Implement proper re-raising in native codegen's finally handler.
by Damien George
· 11 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
e9dac3b
py: Add casting to viper; add native mem stores to viper.
by Damien George
· 11 years ago
e6ce10a
py: Native emitter now supports delete name & global, and end finally.
by Damien George
· 11 years ago
4abff75
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
by Damien George
· 11 years ago
110ba35
py: Move native glue code from runtime.c to new file nativeglue.c.
by Damien George
· 11 years ago
v1.3.1