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
Fix contiguous chunk iterator in monotonic PR (#1299)
Fixed a bug where the iterator defined in
`MonotonicPageResource::iterate_allocated_regions` erronious thinks the
cursor is within the current contiguous region, while the cursor is
actually at the end of the previous chunk. This bug will cause side
metadata (such as VO-bits) to be left over after releasing a CopySpace.
0 commit comments