From 95989e5ce50cd7f2e9472bb81dbbbb22666951a1 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 21 May 2014 14:24:44 +0000 Subject: [PATCH] invoke.texi (-flto-partition=): Document one and none algorithms. 2014-05-21 Richard Biener * doc/invoke.texi (-flto-partition=): Document one and none algorithms. From-SVN: r210713 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7d071a0222b0..d506727b1810 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-05-21 Richard Biener + + * doc/invoke.texi (-flto-partition=): Document one and + none algorithms. + 2014-05-21 John Marino * config.gcc (*-*-dragonfly*): New target. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5b1b0f1f314a..1a0cf19c879b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8780,6 +8780,9 @@ as an algorithm disables partitioning and streaming completely. 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 -- 2.47.2