• Andrew Morton's avatar
    [PATCH] ep_send_events() stack reduction · af57e8ae
    Andrew Morton authored
    ep_send_events() uses ~350 bytes of stack for a local buffer of events to send
    to userspace.  The patch fixes that by removing the double-buffering
    altogether.  A pipe-based microbenchmark from Davide Libenzi
    <davidel@xmailserver.org> was sped up by 1-2%.
    af57e8ae
eventpoll.c 45.8 KB