aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2019-04-12 14:36:26 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2019-04-12 14:36:26 +0000
commit01c9d999492e603b514485d4344cd2969dacdcda (patch)
tree937cec8d3bcda031407ab3e52898499b60943f95
parent0c7f51e4019bcc7bc769bb20f72242de88e39519 (diff)
downloadgcc-01c9d999492e603b514485d4344cd2969dacdcda.zip
gcc-01c9d999492e603b514485d4344cd2969dacdcda.tar.gz
gcc-01c9d999492e603b514485d4344cd2969dacdcda.tar.bz2
invoke.texi (max-lto-streaming-paralellism): New --param.
* doc/invoke.texi (max-lto-streaming-paralellism): New --param. From-SVN: r270318
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 3a88d8d..f4aa9e5 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11860,6 +11860,9 @@ Size of max partition for WHOPR (in estimated instructions).
to provide an upper bound for individual size of partition.
Meant to be used only with balanced partitioning.
+@item lto-max-streaming-parallelism
+Maximal number of parallel processes used for LTO streaming.
+
@item cxx-max-namespaces-for-diagnostic-help
The maximum number of namespaces to consult for suggestions when C++
name lookup fails for an identifier.