micropython/unix
Paul Sokolovsky 1060baa2c2 unix: Provide "fast" target to build interpreter for benchmarking.
This build is primarily intended for benchmarking, and may have random
features enabled/disabled to get high scores in synthetic benchmarks.
The intent is to show/prove that MicroPython codebase can compete with
CPython, when configured appropriately. But the main MicroPython aim
still remains to optimize for memory usage (which inevitibly leads to
performance degradation in some areas on some workloads).
2014-11-02 18:17:43 +02:00
..
.gitignore Revamp qstrs: they now include length and hash. 2014-01-21 21:40:13 +00:00
Makefile unix: Provide "fast" target to build interpreter for benchmarking. 2014-11-02 18:17:43 +02:00
alloc.c Code style/whitespace cleanup; remove obsolete headers. 2014-09-03 22:47:23 +01:00
file.c Implement kwargs for builtin open() and _io.FileIO 2014-10-21 22:10:01 +03:00
gccollect.c py: Make gc.enable/disable just control auto-GC; alloc is still allowed. 2014-10-31 21:30:46 +00:00
input.c unix: Remove unused CTRL-D definition 2014-06-25 13:33:10 +02:00
input.h Add input command for unix 2014-05-07 07:19:51 -07:00
main.c unix: Make -v dump memory info at exit. 2014-10-26 22:36:56 +00:00
modffi.c unix: Fix modffi to be able to return double on x86 machines. 2014-09-06 23:04:42 +00:00
modos.c py: Change all uint to mp_uint_t in obj.h. 2014-08-30 14:19:41 +01:00
modsocket.c Implement kwargs for builtin open() and _io.FileIO 2014-10-21 22:10:01 +03:00
modtermios.c py: Change all uint to mp_uint_t in obj.h. 2014-08-30 14:19:41 +01:00
modtime.c Rename machine_(u)int_t to mp_(u)int_t. 2014-07-03 13:25:24 +01:00
mpconfigport.h py: Implement compile builtin, enabled only on unix port. 2014-10-25 22:07:25 +01:00
mpconfigport.mk modtermios: Add "termios" unix module, subset of CPython's. 2014-08-23 06:09:46 +03:00
mpconfigport_fast.h unix: Provide "fast" target to build interpreter for benchmarking. 2014-11-02 18:17:43 +02:00
qstrdefsport.h unix: Rename "microsocket" module to "usocket". 2014-10-09 20:43:10 +03:00
seg_helpers.c unix: Create __bss_start and _end symbols for Mach-O targets. 2014-05-12 00:13:10 +02:00