summaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-05 04:32:17 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-06-05 04:32:17 +0300
commit76c8a4c91bccf27d188b5dcbc44899684d27d8da (patch)
tree7a732ebeb44cfd3cb7830091d668faa7088d874c /tests
parent30583f58d5363657d74829160097c58aed4f3ce1 (diff)
downloadmicropython-76c8a4c91bccf27d188b5dcbc44899684d27d8da.tar.gz
micropython-76c8a4c91bccf27d188b5dcbc44899684d27d8da.zip
unix: Add setjmp-based GC register helper implementation.
As I suspected for a long time, for x86, register helper doesn't really make any difference - there's simply not enough register to keep anything in them for any prolonged time. Anything gets pushed on stack anyway. So, on x86, uPy passed all tests even with empty reg helper. So, this setjmp implementation goes as "untested".
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions