summaryrefslogtreecommitdiffstatshomepage
path: root/docs/wipy/tutorial/repl.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-10-01 12:36:21 +1000
committerDamien George <damien.p.george@gmail.com>2018-10-01 12:36:21 +1000
commit8fec6f543411dc16b42e9850af0cc3a1097162a7 (patch)
treec176c82bfbf85c948ab0c37561934d1b46abf37e /docs/wipy/tutorial/repl.rst
parent4fc437f1ef3264ead2409b7ea648bbb27ecc9366 (diff)
downloadmicropython-8fec6f543411dc16b42e9850af0cc3a1097162a7.tar.gz
micropython-8fec6f543411dc16b42e9850af0cc3a1097162a7.zip
py/emitnative: Reorder native state on C stack so nlr_buf_t is first.
The nlr_buf_t doesn't need to be part of the Python value stack (as it was before this commit), it's simpler to have it separated as auxiliary state that lives on the C stack. This will help adding yield support because in that case the nlr_buf_t and Python value stack live in separate memory areas (C stack and heap respectively).
Diffstat (limited to 'docs/wipy/tutorial/repl.rst')
0 files changed, 0 insertions, 0 deletions