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
In mapper, the current unmap method removes and returns a PhysFrame. This has the side affect that there might be P1 entries that have no further entries.
It would be more ergonomic to provide an option for unmap to even recursively unmap any empty layers all the layers and return to the user. Currently, the only way to do this afaik is to unmap each of the layer by iterating manually and checking if they exist or not.