From d0388252461076dc0ef67489a92c104ef8ad22a9 Mon Sep 17 00:00:00 2001 From: vmakarov Date: Thu, 8 Jan 2009 20:54:29 +0000 Subject: [PATCH] 2009-01-08 Vladimir Makarov * params.def (ira-max-conflict-table-size): Decrease default value to 1000. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143193 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/params.def | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f7a68d..03a9e87 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 d09a858..ea5efc3 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. */ -- 2.7.4