From: Vladimir Makarov Date: Thu, 8 Jan 2009 20:54:29 +0000 (+0000) Subject: params.def (ira-max-conflict-table-size): Decrease default value to 1000. X-Git-Tag: releases/gcc-4.4.0~963 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cd063564b854ee411ebf1a6d66f4add0b129b91;p=thirdparty%2Fgcc.git params.def (ira-max-conflict-table-size): Decrease default value to 1000. 2009-01-08 Vladimir Makarov * params.def (ira-max-conflict-table-size): Decrease default value to 1000. From-SVN: r143193 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f7a68d39692..03a9e8771d30 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-08 Vladimir Makarov + + * params.def (ira-max-conflict-table-size): Decrease default value + to 1000. + 2009-01-08 Jakub Jelinek PR tree-optimization/37031 diff --git a/gcc/params.def b/gcc/params.def index d09a8581e330..ea5efc3e85c4 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -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. */