public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] document -flto-partition=[n]one
@ 2014-05-21 14:23 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2014-05-21 14:23 UTC (permalink / raw)
  To: gcc-patches


Committed.

Richard.

2014-05-21  Richard Biener  <rguenther@suse.de>

	* doc/invoke.texi (-flto-partition=): Document one and
	none algorithms.

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 210694)
+++ gcc/doc/invoke.texi	(working copy)
@@ -8780,6 +8780,9 @@ as an algorithm disables partitioning an
 The default value is @code{balanced}. While @code{1to1} can be used
 as an workaround for various code ordering issues, the @code{max}
 partitioning is intended for internal testing only.
+The value @code{one} specifies that exactly one partition should be
+used while the value @code{none} bypasses partitioning and executes
+the link-time optimization step directly from the WPA phase.
 
 @item -flto-compression-level=@var{n}
 This option specifies the level of compression used for intermediate

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-21 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-21 14:23 [PATCH] document -flto-partition=[n]one Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).