Decrease hash-table-verification-limit from 100 to 10.
authorMartin Liska <mliska@suse.cz>
Thu, 20 Jun 2019 07:41:42 +0000 (09:41 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
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.

From-SVN: r272498

gcc/ChangeLog
gcc/params.def

index df803bb..d25ded6 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 0db6095..4567c17 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)
 
 /*