From: Jan Hubicka Date: Tue, 30 Oct 2018 21:47:19 +0000 (+0100) Subject: * params.def (lto-partitions): Bump from 32 to 128. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=448af20a27c9a1706712eba8500f5f81f5f6a46d;p=gcc.git * params.def (lto-partitions): Bump from 32 to 128. From-SVN: r265647 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 91cc761bc42..f788f5f2a18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-30 Jan Hubicka + + * params.def (lto-partitions): Bump from 32 to 128. + 2018-10-30 Jan Hubicka * tree.c diff --git a/gcc/params.def b/gcc/params.def index 4a5f2042dac..2ae5a007530 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -1103,7 +1103,7 @@ DEFPARAM (PARAM_IPA_MAX_AA_STEPS, DEFPARAM (PARAM_LTO_PARTITIONS, "lto-partitions", "Number of partitions the program should be split to.", - 32, 1, 0) + 128, 1, 0) DEFPARAM (MIN_PARTITION_SIZE, "lto-min-partition",