diff options
author | Damien George <damien.p.george@gmail.com> | 2014-06-30 05:17:25 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-06-30 05:17:25 +0100 |
commit | b601d9574ad03a18d3eb476d631f547c7ea28243 (patch) | |
tree | 9fceb779e8109b1c147f6c30fe9a24e9d2b19d22 /py/pfenv.c | |
parent | 5813efd634a282caea3cca6e8448bda253f21c35 (diff) | |
download | micropython-b601d9574ad03a18d3eb476d631f547c7ea28243.tar.gz micropython-b601d9574ad03a18d3eb476d631f547c7ea28243.zip |
py: Improvements to native emitter.
Native emitter can now compile try/except blocks using nlr_push/nlr_pop.
It probably only works for 1 level of exception handling. It doesn't
work on Thumb (only x64).
Native emitter can also handle some additional op codes.
With this patch, 198 tests now pass using "-X emit=native" option to
micropython.
Diffstat (limited to 'py/pfenv.c')
0 files changed, 0 insertions, 0 deletions