commit | 05efc0f33a0eaa0762f7781b51d27c9886b8c7a3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Dec 07 01:01:39 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 16:06:22 2013 +0100 |
tree | 38761257e316501e5cf6d79d681ee9105474cd7b | |
parent | 5735d7e2a23b8a25c5584fe1ec0d025450841b8f [diff] |
DIET/MINOR: task: reduce struct task size by 8 bytes Just by reordering the struct task, we could shrink it by 8 bytes from 120 to 112 bytes. A careful reordering allowed each part to be located closer to the hot parts it's used with, resulting in another performance increase of about 0.5%.