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
Also get rid of the union because its sole purpose (assign one field, read
another) is undefined behavior in C++.
We define MemoryFlags as a single machine word type instead of using a struct
of bitfields for the reasons given in the code comment.
0 commit comments