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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
This is not an issue but I couldn't find where to discuss it. I have a question actually.
Why noise to the counter values observed by the user is a problem? Can't the user prevent noise when core switching thread or handling traps by storing the counter while switching?
The counters can be stored similarly to how the architectural state is stored, and then loaded upon returning from a handled trap.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is not an issue but I couldn't find where to discuss it. I have a question actually.
Why
noise to the counter values observed by the user
is a problem? Can't the user prevent noise when core switching thread or handling traps by storing the counter while switching?The counters can be stored similarly to how the architectural state is stored, and then loaded upon returning from a handled trap.
The text was updated successfully, but these errors were encountered: