Browse Source
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".pull/662/head
Paul Sokolovsky
11 years ago
2 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue