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
This PR adds a begin_index field to TypeAttrColumn. The begin_index
enables the type attributes to store narrowly a range of type indices
which can be useful when type attribute is narrowed to specific subscope
where objects are allocated continuously so we can optimize for space
and locality.
As of now the accessor of the TypeAttrColumn is limited to extra/cc so
impact is limited. To be careful, we begin_index is set to 0 for next
few versions and will migrate to nonzero size in 1.0 (so i64 platform
size is compatible)
0 commit comments