Bug 1802897 - Part 6: Add parallel MarkingOption which uses atomic marking operations...
commit6a5b3b97fa9853b122ca58499987767eebdde5da
authorJon Coppeard <jcoppeard@mozilla.com>
Wed, 7 Dec 2022 12:58:51 +0000 (7 12:58 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Wed, 7 Dec 2022 12:58:51 +0000 (7 12:58 +0000)
tree7f9c873e99273ae2d5a9d1520438392c000daa8d
parenta6d8509270288d94f0341d8b00a9708412f63a83
Bug 1802897 - Part 6: Add parallel MarkingOption which uses atomic marking operations r=sfink

This adds a new marking option which calls the atomic version of the
markIfUnmarked method.

Differential Revision: https://phabricator.services.mozilla.com/D163488
js/src/gc/GCMarker.h
js/src/gc/Marking.cpp