Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
dc948e4d54eb8f7fecbd26efcfb3cd5d02bf8500
/
py
/
stackctrl.c
a3dc1b1
all: Remove inclusion of internal py header files.
by Damien George
· 8 years ago
55f3324
all: Use the name MicroPython consistently in comments
by Alexander Steffen
· 8 years ago
330165a
py: Add MP_STATE_THREAD to hold state specific to a given thread.
by Damien George
· 9 years ago
1d5d4f4
py/stackctrl: Add mp_stack_set_top() to explicitly set stack top value.
by Paul Sokolovsky
· 9 years ago
7f1c981
vm: Support strict stackless mode, with proper exception reporting.
by Paul Sokolovsky
· 10 years ago
e8432b3
stackctrl: Encode "recursion depth exceeded" message as qstr.
by Paul Sokolovsky
· 10 years ago
b4b10fd
py: Put all global state together in state structures.
by Damien George
· 11 years ago
51dfcb4
py: Move to guarded includes, everywhere in py/ core.
by Damien George
· 11 years ago
b4fe6e2
py: Fix function type: () -> (void).
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
caa7334
stackctrl: Add "mp_" prefix.
by Paul Sokolovsky
· 11 years ago
2366869
py: Add portable framework to query/check C stack usage.
by Paul Sokolovsky
· 11 years ago