commit | a24d1d0be40bdee6b1fc105080747e184b42b81f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 26 10:19:16 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 26 11:10:51 2017 +0100 |
tree | cf20008e79e0634b53ebcdd0e1aa8985b23ce85c | |
parent | 6d1222ce7392423c54be21d2c7ebf4adc87a6a5d [diff] |
MINOR: task: align the rq and wq locks We really don't want them to share the same cache line as they are expected to be used in parallel. Adding a 64-byte alignment here shows a performance increase of about 4.5% on task-intensive workloads with 2 to 4 threads.