1. 13 Jul, 2020 1 commit
    • ReinUsesLisp's avatar
      kernel/scheduler: Use std::mutex instead of spin lock · 9b38f4fc
      ReinUsesLisp authored
      Profiling shows that this is a highly contested mutex, causing dimishing
      results compared to a OS lock. std::mutex implementations can spin for a
      while before falling back to an OS lock.
      
      This avoids wasting precious CPU cycles in a no-op.
      9b38f4fc
  2. 12 Jul, 2020 15 commits
  3. 11 Jul, 2020 8 commits
  4. 10 Jul, 2020 16 commits