Skip to content
Snippets Groups Projects
  1. Jul 28, 2015
    • Konstantin Osipov's avatar
      cbus: use a more reliable test to check whether we need a syscall · 1e3f06d8
      Konstantin Osipov authored
      Check ev_async_pending() rather than state of the pipe to find
      out whether we need a syscall. On a simple read-only test pipe->pipe
      is empty while there is already a pending event more than a few times a
      millisecond.
      
      At the same time, checking ev_async_pending() is more expensive, since
      it's an atomic variable, but overall performance increased
      after the patch, so the cost seems to be justified.
      1e3f06d8
  2. Jul 24, 2015
  3. Jul 23, 2015
  4. Jul 22, 2015
  5. Jul 21, 2015
  6. Jul 20, 2015
  7. Jul 18, 2015
  8. Jul 17, 2015
  9. Jul 16, 2015
  10. Jul 15, 2015
  11. Jul 14, 2015
  12. Jul 13, 2015
  13. Jul 12, 2015
  14. Jul 10, 2015
  15. Jul 09, 2015
Loading