Files
RustPython/common
Noa 65cde9a0d6 Optimize size of WeakRefList
The outer struct is only 1 word now, and inside the box it's a byte for
the mutex (which gets padded to a word) + a word for the linked list (we
don't use the tail) + a word for the pointer to the object.
2021-11-15 16:08:46 -06:00
..
2021-11-15 16:08:46 -06:00
2021-10-30 19:42:35 -05:00