Commit 7cd06356 by Vladimir Makarov Committed by Vladimir Makarov

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
parent bef21698
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> 2009-01-08 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/37031 PR tree-optimization/37031
......
...@@ -753,7 +753,7 @@ DEFPARAM (PARAM_IRA_MAX_LOOPS_NUM, ...@@ -753,7 +753,7 @@ DEFPARAM (PARAM_IRA_MAX_LOOPS_NUM,
DEFPARAM (PARAM_IRA_MAX_CONFLICT_TABLE_SIZE, DEFPARAM (PARAM_IRA_MAX_CONFLICT_TABLE_SIZE,
"ira-max-conflict-table-size", "ira-max-conflict-table-size",
"max size of conflict table in MB", "max size of conflict table in MB",
2000, 0, 0) 1000, 0, 0)
/* Switch initialization conversion will refuse to create arrays that are /* Switch initialization conversion will refuse to create arrays that are
bigger than this parameter times the number of switch branches. */ bigger than this parameter times the number of switch branches. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment