xelix icon indicating copy to clipboard operation
xelix copied to clipboard

Only enable SSE instructions on-demand

Open lutoma opened this issue 3 years ago • 0 comments

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.

lutoma avatar Jul 08 '21 17:07 lutoma