mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 15:42:07 +08:00
params.def (ira-max-conflict-table-size): Decrease default value to 1000.
2009-01-08 Vladimir Makarov <vmakarov@redhat.com> * params.def (ira-max-conflict-table-size): Decrease default value to 1000. From-SVN: r143193
This commit is contained in:
parent
bef21698fd
commit
7cd063564b
@ -1,3 +1,8 @@
|
||||
2009-01-08 Vladimir Makarov <vmakarov@redhat.com>
|
||||
|
||||
* params.def (ira-max-conflict-table-size): Decrease default value
|
||||
to 1000.
|
||||
|
||||
2009-01-08 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR tree-optimization/37031
|
||||
|
@ -753,7 +753,7 @@ DEFPARAM (PARAM_IRA_MAX_LOOPS_NUM,
|
||||
DEFPARAM (PARAM_IRA_MAX_CONFLICT_TABLE_SIZE,
|
||||
"ira-max-conflict-table-size",
|
||||
"max size of conflict table in MB",
|
||||
2000, 0, 0)
|
||||
1000, 0, 0)
|
||||
|
||||
/* Switch initialization conversion will refuse to create arrays that are
|
||||
bigger than this parameter times the number of switch branches. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user