circuitpython/unix
Paul Sokolovsky 76c8a4c91b 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".
2014-06-05 04:32:17 +03:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile Revert "Fix DEBUG=1 builds" 2014-05-28 15:28:30 +03:00
file.c Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
gccollect.c unix: Add setjmp-based GC register helper implementation. 2014-06-05 04:32:17 +03:00
input.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c py: Instead of having "debug on" var, have "optimization level" var. 2014-06-03 12:32:59 +03:00
modffi.c Change const byte* to const char* where sensible. 2014-05-25 22:27:57 +01:00
modos.c modos: stat(): Accept bytes argument. 2014-05-26 02:02:47 +03:00
modsocket.c modsocket: Add some comments on intended usage/API design of module. 2014-05-31 01:48:26 +03:00
modtime.c Rename bultins config variables to MICROPY_PY_BUILTINS_*. 2014-06-01 13:32:54 +01:00
mpconfigport.h unix: Add setjmp-based GC register helper implementation. 2014-06-05 04:32:17 +03:00
mpconfigport.mk Rename configuration variables controling Python features. 2014-05-24 23:03:12 +01:00
qstrdefsport.h unix: Add "_os" module with stat(). 2014-05-14 22:08:45 +03:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00