diff options
Diffstat (limited to 'Documentation/CodingStyle')
-rw-r--r-- | Documentation/CodingStyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle index e7f5fc6ef20b..afc286775891 100644 --- a/Documentation/CodingStyle +++ b/Documentation/CodingStyle | |||
@@ -640,7 +640,7 @@ language. | |||
640 | 640 | ||
641 | There appears to be a common misperception that gcc has a magic "make me | 641 | There appears to be a common misperception that gcc has a magic "make me |
642 | faster" speedup option called "inline". While the use of inlines can be | 642 | faster" speedup option called "inline". While the use of inlines can be |
643 | appropriate (for example as a means of replacing macros, see Chapter 11), it | 643 | appropriate (for example as a means of replacing macros, see Chapter 12), it |
644 | very often is not. Abundant use of the inline keyword leads to a much bigger | 644 | very often is not. Abundant use of the inline keyword leads to a much bigger |
645 | kernel, which in turn slows the system as a whole down, due to a bigger | 645 | kernel, which in turn slows the system as a whole down, due to a bigger |
646 | icache footprint for the CPU and simply because there is less memory | 646 | icache footprint for the CPU and simply because there is less memory |