micropython
micropython copied to clipboard
truncated mp_map_t
This is an idea that was removed from the source code in #5604.
// TODO maybe have a truncated mp_map_t for fixed tables, since alloc=used // put alloc last in the structure, so the truncated version does not need it // this would save 1 ROM word for all ROM objects that have a locals_dict // would also need a trucated dict structure