Bug 1802897 - Part 10: Relax some assertions that that failed when marking in paralle...
commit49ec92800610744c32e620ea6285cddc2fd6a6c4
authorJon Coppeard <jcoppeard@mozilla.com>
Tue, 6 Dec 2022 18:19:32 +0000 (6 18:19 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Tue, 6 Dec 2022 18:19:32 +0000 (6 18:19 +0000)
tree880cf527c31522f977500fd10210256a712c87cb
parent60f5b157bfa6704d14514068a3dd92c0155f5f11
Bug 1802897 - Part 10: Relax some assertions that that failed when marking in parallel r=sfink

The allows some hash table lookups to occur in parallel which is safe since we
are not mutating anything.

Differential Revision: https://phabricator.services.mozilla.com/D163494
js/src/gc/Barrier.cpp
js/src/gc/Zone-inl.h
js/src/vm/PropMap.cpp
js/src/vm/PropMap.h