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:
parent
48b63a31f8
commit
d84ea910c9
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user