commit | 4df8206832c365f7fcf4123b311414d664046e24 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 29 15:26:14 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 02 10:19:07 2008 +0100 |
tree | 82ca6f806ffbc36e477d6cb83f1382fa2dc2598f | |
parent | cb651251f9afeabc933abef4f34243fefd296101 [diff] |
[OPTIM] reduce the number of calls to task_wakeup() A test has shown that more than 16% of the calls to task_wakeup() could be avoided because the task is already woken up. So make it inline and move the test to the inline part.