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
The current memory accounting stuff is going to have a lot of problems when we start moving heap-allocated values between tasks. We should simplify it by sharing the same memory region everywhere.
The text was updated successfully, but these errors were encountered:
We can't land proper tests for the link restrictions feature until the CBMC release is out (RMC issue rust-lang#671), but we should at least build the code. Fix build and add to regression script.
The current memory accounting stuff is going to have a lot of problems when we start moving heap-allocated values between tasks. We should simplify it by sharing the same memory region everywhere.
The text was updated successfully, but these errors were encountered: