diff options
author | Marcin Slusarz <[email protected]> | 2011-06-26 21:39:18 +0200 |
---|---|---|
committer | Pekka Enberg <[email protected]> | 2011-07-07 22:44:45 +0300 |
commit | c4089f98e943ff445665dea49c190657b34ccffe (patch) | |
tree | 8238e65e7eaf575afc52c44179f428c3069584cd /net/lapb/lapb_subr.c | |
parent | d18a90dd85f8243ed20cdadb6d8a37d595df456d (diff) |
slub: reduce overhead of slub_debug
slub checks for poison one byte by one, which is highly inefficient
and shows up frequently as a highest cpu-eater in perf top.
Joining reads gives nice speedup:
(Compiling some project with different options)
make -j12 make clean
slub_debug disabled: 1m 27s 1.2 s
slub_debug enabled: 1m 46s 7.6 s
slub_debug enabled + this patch: 1m 33s 3.2 s
check_bytes still shows up high, but not always at the top.
Signed-off-by: Marcin Slusarz <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Matt Mackall <[email protected]>
Cc: [email protected]
Signed-off-by: Pekka Enberg <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions