Files
RustPython/common/src
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-03-14 12:49:59 -05:00
2021-10-17 21:55:27 -05:00
2021-10-17 21:55:27 -05:00
2021-11-15 16:08:46 -06:00
2020-11-06 11:11:06 -06:00
2020-07-25 15:22:03 -04:00
2021-10-20 10:19:42 +09:00