Decrease hash-table-verification-limit from 100 to 10.

2019-06-20  Martin Liska  <mliska@suse.cz>

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

From-SVN: r272498
This commit is contained in:
Martin Liska 2019-06-20 09:41:42 +02:00 committed by Martin Liska
parent 48b63a31f8
commit d84ea910c9
2 changed files with 6 additions and 1 deletions

View 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.

View 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)
/*