aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMartin Jambor <mjambor@suse.cz>2021-10-14 17:00:35 +0200
committerMartin Jambor <mjambor@suse.cz>2021-10-14 17:01:38 +0200
commitaa62b199f174064d7ffa5d018e7779f5575f7be9 (patch)
tree4c102e333fb4acc498e29cd8624609a1c61368e4 /gcc
parent8ececf9b8c5a2bf2f231db0c3bcf2be927990e7c (diff)
downloadgcc-aa62b199f174064d7ffa5d018e7779f5575f7be9.zip
gcc-aa62b199f174064d7ffa5d018e7779f5575f7be9.tar.gz
gcc-aa62b199f174064d7ffa5d018e7779f5575f7be9.tar.bz2
Add forgotten documentation of param ipa-cp-recursive-freq-factor
Martin Liška has noticed that I forgot to document the recently added parameter in the invoke.texi documentation. This patch fixes it. Tested by running make info and make pdf and examining the output. gcc/ChangeLog: 2021-10-14 Martin Jambor <mjambor@suse.cz> * doc/invoke.texi (Optimize Options): Add entry for ipa-cp-recursive-freq-factor.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 03234c8..64347b1 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -14246,6 +14246,10 @@ Maximum depth of recursive cloning for self-recursive function.
Recursive cloning only when the probability of call being executed exceeds
the parameter.
+@item ipa-cp-recursive-freq-factor
+The number of times interprocedural copy propagation expects recursive
+functions to call themselves.
+
@item ipa-cp-recursion-penalty
Percentage penalty the recursive functions will receive when they
are evaluated for cloning.