From 01c9d999492e603b514485d4344cd2969dacdcda Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Fri, 12 Apr 2019 14:36:26 +0000 Subject: [PATCH] invoke.texi (max-lto-streaming-paralellism): New --param. * doc/invoke.texi (max-lto-streaming-paralellism): New --param. From-SVN: r270318 --- gcc/doc/invoke.texi | 3 +++ 1 file changed, 3 insertions(+) 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. -- 2.7.4