projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5ff4f5
)
* params.def (lto-partitions): Bump from 32 to 128.
author
Jan Hubicka
<jh@suse.cz>
Tue, 30 Oct 2018 21:47:19 +0000
(22:47 +0100)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Tue, 30 Oct 2018 21:47:19 +0000
(21:47 +0000)
From-SVN: r265647
gcc/ChangeLog
patch
|
blob
|
history
gcc/params.def
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 91cc761bc425c4a649c7642d4974cd78a5fc6743..f788f5f2a18b9ecdd1568a3faa7401c3a561eede 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,7
@@
+2018-10-30 Jan Hubicka <jh@suse.cz>
+
+ * params.def (lto-partitions): Bump from 32 to 128.
+
2018-10-30 Jan Hubicka <jh@suse.cz>
* tree.c
diff --git
a/gcc/params.def
b/gcc/params.def
index 4a5f2042dac72bb457488ac8bc35d09df94c929c..2ae5a007530572034e6fe9708259ae4d075d9a80 100644
(file)
--- 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",