Skip to content
  • Subv's avatar
    Kernel/Threads: Don't clear the CPU instruction cache when performing a... · b1780892
    Subv authored
    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.
    b1780892
Loading