diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2019-04-12 14:36:26 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2019-04-12 14:36:26 +0000 |
commit | 01c9d999492e603b514485d4344cd2969dacdcda (patch) | |
tree | 937cec8d3bcda031407ab3e52898499b60943f95 | |
parent | 0c7f51e4019bcc7bc769bb20f72242de88e39519 (diff) | |
download | gcc-01c9d999492e603b514485d4344cd2969dacdcda.tar.gz |
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.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 3a88d8db157..f4aa9e53de8 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. |