You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using multiple collectors, we need to use a `SimpleCollectorId`
to disambiguate beteween them. Before this change, we stored this
inline in the GC pointer, taking up 128 bits of space.
Now, we store it indirectly in the object header. This should
end up saving significant space...
0 commit comments