https://github.com/torvalds/linux
Revision 735c4fb916e9f83a9350aeb2680d77d01ea75094 authored by Andrew Morton on 04 March 2008, 22:28:40 UTC, committed by Linus Torvalds on 05 March 2008, 00:35:12 UTC
People are adding `noinline' in various places to prevent excess stack
consumption due to gcc inlining.  But once this is done, it is quite unobvious
why the `noinline' is present in the code.  We can comment each and every
site, or we can use noinline_for_stack.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent e8ed857
History
Tip revision: 735c4fb916e9f83a9350aeb2680d77d01ea75094 authored by Andrew Morton on 04 March 2008, 22:28:40 UTC
add noinline_for_stack
Tip revision: 735c4fb
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 636 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.4 KB
Kbuild -rw-r--r-- 1.6 KB
MAINTAINERS -rw-r--r-- 95.1 KB
Makefile -rw-r--r-- 52.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top