DescriptionRetire GC lockout on initializing hash buckets.
Do not disallow GCs across initialization of hash table buckets, be they
from freshly allocated tables or reuse of deleted entries. It serves
no real purpose to disallow GCs for the reasons given in the code
(the key isn't stored separately), and if the bucket is a deleted entry
being initialized, we already run the risk of having GCs with those
in the table. Hence, disallowing it extra here serves no purpose.
R=haraken
BUG=
Committed: https://crrev.com/514b91aef76eb537eea23900427d32d888c8d4ae
Cr-Commit-Position: refs/heads/master@{#351781}
Patch Set 1 #Patch Set 2 : reinstate enter/leaveGCForbiddenScope()..needed elsewhere #
Messages
Total messages: 9 (2 generated)
|