]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Decrease hash-table-verification-limit from 100 to 10.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 2019 07:41:42 +0000 (07:41 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 2019 07:41:42 +0000 (07:41 +0000)
2019-06-20  Martin Liska  <mliska@suse.cz>

* params.def (PARAM_HASH_TABLE_VERIFICATION_LIMIT): Decrease
to 10.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272498 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/params.def

index df803bbf2a0286df0c524a1fcdac5894be097ade..d25ded6909ec6a8ce238477e56dc2da9a261b39e 100644 (file)
@@ -1,3 +1,8 @@
+2019-06-20  Martin Liska  <mliska@suse.cz>
+
+       * params.def (PARAM_HASH_TABLE_VERIFICATION_LIMIT): Decrease
+       to 10.
+
 2019-06-20  Jakub Jelinek  <jakub@redhat.com>
 
        * tree-vect-stmts.c (enum scan_store_kind): New type.
index 0db6095141396cefc7cde4c979b5cf842dc5596e..4567c17ba60335ee2eb4ad25f4d6bd96d0bf5435 100644 (file)
@@ -1435,7 +1435,7 @@ DEFPARAM(PARAM_HASH_TABLE_VERIFICATION_LIMIT,
         "hash-table-verification-limit",
         "The number of elements for which hash table verification is done for "
         "each searched element.",
-        100, 0, 0)
+        10, 0, 0)
 
 /*