There was an error fetching the commit references. Please try again later.
Kernel/Threads: Don't clear the CPU instruction cache when performing a...
Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. We were unnecessarily clearing the cache when going from Process A -> Idle -> Process A, this caused extreme performance regressions.
Loading
Please register or sign in to comment