Commit 8c83eb6948e3461aa7493a0e29468eec6ccea7b6

Nick Mathewson 2010-10-24T12:53:52

Replace big chain of if/thens in epoll.c with a table lookup This should save a bunch of branches by doing instead a lookup in a nice static table. To ensure correctness, the table is generated from a Python script, included with this commit.