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
move most of runtime/vm/cow.rs over to aligned byte counts (#9652)
* move most of runtime/vm/cow.rs over to aligned byte counts
As part of attempting to move some of these operations over to Mmap instances,
it is nice to have type-level checking for aligned sizes. In upcoming PRs, APIs
like `map_at` will be switched to using `Mmap` instances with aligned counts.
There are a couple of spots where I have questions -- will flag them in review
comments.
* address review comments, incl workaround for #9660
0 commit comments