From: Richard Biener Date: Wed, 21 May 2014 14:24:44 +0000 (+0000) Subject: invoke.texi (-flto-partition=): Document one and none algorithms. X-Git-Tag: releases/gcc-5.1.0~7393 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95989e5ce50cd7f2e9472bb81dbbbb22666951a1;p=thirdparty%2Fgcc.git 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 --- 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