commit | e1ee956399267ad94c27efe674eed8c6fa656c51 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 04 14:33:13 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 04 14:44:05 2011 +0100 |
tree | d49ecbd7ab42f3f9fd861071c000bccc2a8a3b77 | |
parent | ce3d44a06ab1b552b9add745635c91c26ac7ae4f [diff] |
[OPTIM] ebtree: inline ebst_lookup_len and ebis_lookup_len (from ebtree 6.0.5) Both of them are very short and rely on another non-inlined lookup function, so it's pointless to have them as pure functions, it wastes space. (cherry picked from commit 1e68d6fef815f759304d4cc0e65f957689e19a7a)