RESOLVED FIXED309869
Add "InGCThread" suffix to `visit*(Visitor&)` functions in WebCore
https://bugs.webkit.org/show_bug.cgi?id=309869
Summary Add "InGCThread" suffix to `visit*(Visitor&)` functions in WebCore
Chris Dumez
Reported 2026-03-12 22:51:50 PDT
Add "Concurrently" suffix to `visit*(Visitor&)` functions in WebCore, to make it clear that they can be called concurrently on the GC thread while the main thread is still running. This will hopefully reduce the chance of engineers introducing thread-safety bugs in these functions.
Attachments
Chris Dumez
Comment 1 2026-03-12 23:20:27 PDT
EWS
Comment 2 2026-03-13 19:10:06 PDT
Committed 309255@main (0caf133589ac): <https://commits.webkit.org/309255@main> Reviewed commits have been landed. Closing PR #60540 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-03-13 19:11:13 PDT
Note You need to log in before you can comment on or make changes to this bug.