diff options
author | Andreas Mohr <[email protected]> | 2006-09-29 02:01:20 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2006-09-29 09:18:22 -0700 |
commit | fdf8cb0909b531f9ae8f9b9d7e4eb35ba3505f07 (patch) | |
tree | 0e06d558f1e349fcc26a9fb06b2c5f96776b6b86 /net/unix/af_unix.c | |
parent | 2752e401148a064a23a5a1e92d502d05017a560c (diff) |
[PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common()
Un-inlining rwsem_down_failed_common() (two callsites) reduced lib/rwsem.o
on my Athlon, gcc 4.1.2 from 5935 to 5480 Bytes (455 Bytes saved).
I thus guess that reduced icache footprint (and better function caching) is
worth more than any function call overhead.
Signed-off-by: Andreas Mohr <[email protected]>
Cc: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions