--- EV/Changes 2008/10/23 04:56:49 1.150 +++ EV/Changes 2008/10/28 08:08:28 1.151 @@ -1,9 +1,14 @@ Revision history for Perl extension EV + - (libev) use a generation counter to detetc spurious epoll events + and recreate the kernel in such a case (sorry, it's slow, but + I didn't design epoll...). - (libev) optimise away an EPOLL_CTL_ADD/MOD combo in the epoll backend in some cases. - (libev) use memset to initialise most arrays now and do away with the init functions. + - speed up event callback invocation further (~15%) by + not creating the object reference each time. 3.45 Tue Oct 21 22:20:39 CEST 2008 - (libev) disable inotify usage on linux <2.6.25 (kernel bug).