aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorPekka Enberg <[email protected]>2006-02-01 03:05:48 -0800
committerLinus Torvalds <[email protected]>2006-02-01 08:53:17 -0800
commit5295a74cc0bcf1291686eb734ccb06baa3d55c1a (patch)
treee90b312f402729893a97f164ce7e03386fe9c5ce /scripts/basic
parent78d382d77c84229d031431931bf6490d5da6ab86 (diff)
[PATCH] slab: reduce inlining
From: Manfred Spraul <[email protected]> Reduce the amount of inline functions in slab to the functions that are used in the hot path: - no inline for debug functions - no __always_inline, inline is already __always_inline - remove inline from a few numa support functions. Before: text data bss dec hex filename 13588 752 48 14388 3834 mm/slab.o (defconfig) 16671 2492 48 19211 4b0b mm/slab.o (numa) After: text data bss dec hex filename 13366 752 48 14166 3756 mm/slab.o (defconfig) 16230 2492 48 18770 4952 mm/slab.o (numa) Signed-off-by: Manfred Spraul <[email protected]> Signed-off-by: Pekka Enberg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions