Browse Source
A new option MICROPY_GC_STACK_ENTRY_TYPE is added to select a custom type instead of size_t for the gc_stack array items. This can be beneficial for small devices, especially those that are low on memory anyway. If a device has 1MB or less of heap (and 16-byte GC blocks) then this type can be uint16_t, saving 128 bytes of RAM.pull/4088/head
Ayke van Laethem
7 years ago
committed by
Damien George
2 changed files with 10 additions and 1 deletions
Loading…
Reference in new issue