diff options
author | Damien George <damien.p.george@gmail.com> | 2018-10-01 12:36:21 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-10-01 12:36:21 +1000 |
commit | 8fec6f543411dc16b42e9850af0cc3a1097162a7 (patch) | |
tree | c176c82bfbf85c948ab0c37561934d1b46abf37e /docs/wipy/tutorial/repl.rst | |
parent | 4fc437f1ef3264ead2409b7ea648bbb27ecc9366 (diff) | |
download | micropython-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