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 distinction between u3m_boot() vs u3m_boot_lite() needs to be captured in ephemeral global state, and u3m_stop() needs to properly dispose of resources if allocated (snapshot file descriptors, memory protections, &c). This is a more urgent need as of #459.
The text was updated successfully, but these errors were encountered:
The distinction between
u3m_boot()
vsu3m_boot_lite()
needs to be captured in ephemeral global state, andu3m_stop()
needs to properly dispose of resources if allocated (snapshot file descriptors, memory protections, &c). This is a more urgent need as of #459.The text was updated successfully, but these errors were encountered: