diff options
author | Richard Biener <rguenther@suse.de> | 2014-05-21 14:24:44 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-05-21 14:24:44 +0000 |
commit | 95989e5ce50cd7f2e9472bb81dbbbb22666951a1 (patch) | |
tree | 459bf68d75ed3a15462d77b1e6cfb0e99f5f9420 /gcc/doc | |
parent | 0688dac82602c0763e0459f07b3cb4cc8f3ecba4 (diff) | |
download | gcc-95989e5ce50cd7f2e9472bb81dbbbb22666951a1.zip gcc-95989e5ce50cd7f2e9472bb81dbbbb22666951a1.tar.gz gcc-95989e5ce50cd7f2e9472bb81dbbbb22666951a1.tar.bz2 |
invoke.texi (-flto-partition=): Document one and none algorithms.
2014-05-21 Richard Biener <rguenther@suse.de>
* doc/invoke.texi (-flto-partition=): Document one and
none algorithms.
From-SVN: r210713
Diffstat (limited to 'gcc/doc')
-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 5b1b0f1..1a0cf19 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 |