diff options
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index bd9f4302de7..c750c995677 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5572,12 +5572,12 @@ default value is 450. @item inline-call-cost Specify cost of call instruction relative to simple arithmetics operations -(having cost of 1). Increasing this cost disqualify inlinining of non-leaf -functions and at same time increase size of leaf function that is believed to -reduce function size by being inlined. In effect it increase amount of +(having cost of 1). Increasing this cost disqualifies inlining of non-leaf +functions and at the same time increases size of leaf function that is believed to +reduce function size by being inlined. In effect it increases amount of inlining for code having large abstraction penalty (many functions that just -pass the argumetns to other functions) and decrease inlining for code with low -abstraction penalty. Default value is 16. +pass the arguments to other functions) and decrease inlining for code with low +abstraction penalty. The default value is 16. @item max-unrolled-insns The maximum number of instructions that a loop should have if that loop |