diff options
author | Martin Liska <mliska@suse.cz> | 2021-05-18 11:25:25 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-05-18 11:25:25 +0200 |
commit | 905b28242c5afcf0a46d74580f800c3b0bd1f6ae (patch) | |
tree | 2bb433d1de21259c7902fa89492224f208406a0e /gcc/doc | |
parent | 6ec928c2ae25f84be1ca022be60dadea5140c155 (diff) | |
parent | 6806469dbed7e2613fad5468a94830c2cc817c95 (diff) | |
download | gcc-905b28242c5afcf0a46d74580f800c3b0bd1f6ae.zip gcc-905b28242c5afcf0a46d74580f800c3b0bd1f6ae.tar.gz gcc-905b28242c5afcf0a46d74580f800c3b0bd1f6ae.tar.bz2 |
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index dc0bde8..a0c9bb2 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -13143,7 +13143,7 @@ function prologue and epilogue. @item uninlined-function-time Extra time accounted by inliner for function overhead such as time needed to -execute function prologue and epilogue +execute function prologue and epilogue. @item inline-heuristics-hint-percent The scale (in percents) applied to @option{inline-insns-single}, @@ -13154,7 +13154,7 @@ very profitable (will enable later optimizations). @item uninlined-thunk-insns @item uninlined-thunk-time Same as @option{--param uninlined-function-insns} and -@option{--param uninlined-function-time} but applied to function thunks +@option{--param uninlined-function-time} but applied to function thunks. @item inline-min-speedup When estimated performance improvement of caller + callee runtime exceeds this |