ae8d867586
Allows to iterate over the following without allocating on the heap: - tuple - list - string, bytes - bytearray, array - dict (not dict.keys, dict.values, dict.items) - set, frozenset Allows to call the following without heap memory: - all, any, min, max, sum TODO: still need to allocate stack memory in bytecode for iter_buf. |
||
---|---|---|
.. | ||
coverage-frzmpy | ||
coverage-frzstr | ||
scripts | ||
.gitignore | ||
alloc.c | ||
coverage.c | ||
fatfs_port.c | ||
fdfile.h | ||
file.c | ||
gccollect.c | ||
input.c | ||
input.h | ||
main.c | ||
Makefile | ||
modffi.c | ||
modjni.c | ||
modmachine.c | ||
modos.c | ||
modsocket.c | ||
modtermios.c | ||
modtime.c | ||
moduos_vfs.c | ||
moduselect.c | ||
mpconfigport_coverage.h | ||
mpconfigport_fast.h | ||
mpconfigport_freedos.h | ||
mpconfigport_minimal.h | ||
mpconfigport_nanbox.h | ||
mpconfigport.h | ||
mpconfigport.mk | ||
mphalport.h | ||
mpthreadport.c | ||
mpthreadport.h | ||
qstrdefsport.h | ||
unix_mphal.c |