QUERY · ISSUE
truncated mp_map_t
py-coreneeds-info
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
CANDIDATE · PULL REQUEST
py/obj: fix spelling of truncated
py-core
(no description)