micropython icon indicating copy to clipboard operation
micropython copied to clipboard

truncated mp_map_t

Open dlech opened this issue 6 years ago • 0 comments

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

dlech avatar Feb 13 '20 00:02 dlech