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
Currently SSE is enabled for all processes and SSE registers are stored and restored for all tasks on context switches. To improve performance a bit, we should only enable SSE for processes that actually use it (By intercepting a CPU fault on first use probably) and skip the register save.
The text was updated successfully, but these errors were encountered:
Currently SSE is enabled for all processes and SSE registers are stored and restored for all tasks on context switches. To improve performance a bit, we should only enable SSE for processes that actually use it (By intercepting a CPU fault on first use probably) and skip the register save.
The text was updated successfully, but these errors were encountered: