]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
params.def (ira-max-conflict-table-size): Decrease default value to 1000.
authorVladimir Makarov <vmakarov@redhat.com>
Thu, 8 Jan 2009 20:54:29 +0000 (20:54 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Thu, 8 Jan 2009 20:54:29 +0000 (20:54 +0000)
2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>

* params.def (ira-max-conflict-table-size): Decrease default value
to 1000.

From-SVN: r143193

gcc/ChangeLog
gcc/params.def

index 8f7a68d39692d389e2d7784a1b31e6af7a320e93..03a9e8771d3051fcad138f5c5639ed594e6636ce 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 d09a8581e330d2b7fceea7b29e40a3b48ffc9344..ea5efc3e85c4c3ed587d8bbebd1fd320fef1b493 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.  */