From 7cd063564b854ee411ebf1a6d66f4add0b129b91 Mon Sep 17 00:00:00 2001 From: Vladimir Makarov Date: Thu, 8 Jan 2009 20:54:29 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/params.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. */