Avi Kivity 96b813fbfc Lazy epoll management
Reduce calls to epoll_ctl() by allowing epoll events that are not
requested by the user, but have still not been satisfied by the system,
to remain installed in epoll.  We may get a spurious wakeup later, but if
we do, we remember it so that when the user does want the event, it will be
ready without a syscall.
2014-08-18 13:04:44 +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 13:04:44 +03:00
2014-08-18 13:04:44 +03:00
wip
2014-08-14 18:05:11 +03:00
Description
No description provided
362 MiB
Languages
C++ 72.7%
Python 26.1%
CMake 0.3%
GAP 0.3%
Shell 0.3%