Handle statically-allocated PyTypeObjects by having the collector keep a list of them.
Even with some optimizations it seems to hurt perf a little bit... we'll have to see if it's worth it. Also, rename "static roots" to "permanent roots", since it's slightly different than the "static allocation" problem we're tackling here.
Showing
Please register or sign in to comment