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:
Vladimir Makarov 2009-01-08 20:54:29 +00:00 committed by Vladimir Makarov
parent bef21698fd
commit 7cd063564b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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. */