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
LOS: Reduce is_mapped calls during VO bit scan (#1341)
Like in `find_last_non_zero_bit_in_metadata_bytes`, we should only call
`is_mapped` when we reached a new chunk because the granularity of
`MapState` is per chunk.
0 commit comments