2009-01-08 Vladimir Makarov <vmakarov@redhat.com>
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jan 2009 20:54:29 +0000 (20:54 +0000)
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jan 2009 20:54:29 +0000 (20:54 +0000)
* 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
gcc/params.def

index 8f7a68d..03a9e87 100644 (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
index d09a858..ea5efc3 100644 (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.  */