Avi Kivity ccb052a418 Speculate epoll results
In many cases, we can guess the result of an epoll_wait() before it happens:
 - if a read() or write() consumes the entire buffer, a following call
   will likely succeed (and if it doesn't, it likely won't)
 - after an accept() completes, a write() will likely succeed

Speculatively add these events to events_known; if we mispredict and
fail with EAGAIN, all we need to do is retry.
2014-08-18 15:52:52 +03:00
2014-08-15 14:50:46 +03:00
2014-08-10 08:56:33 +03:00
2014-08-12 18:51:17 +03:00
2014-08-18 15:52:52 +03:00
wip
2014-08-14 18:05:11 +03:00
Description
No description provided
271 MiB
Languages
C++ 72.7%
Python 26.1%
CMake 0.3%
GAP 0.3%
Shell 0.3%