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
Decrease size of GlobalNamespace.Name and Ref objects
* remove unnecessary Ref.name field
* pack booleans & enum fields into a single bitset
* replace GlobalNamespace.Name's ref map with either null/a single Ref/a lazily initialized map (we expect ~80% of Names have only 1 ref)
PiperOrigin-RevId: 551910017
0 commit comments