[Webkit-unassigned] [Bug 233019] New: Add VM::writeBarrier() and VM::mutatorFence().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 15:26:09 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233019

            Bug ID: 233019
           Summary: Add VM::writeBarrier() and VM::mutatorFence().
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

These are ALWAYS_INLINE functions that will forward the call to the Heap versions.  Adding these allows us to make all the client code more terse, and also makes it easier to redirect the underlying writeBarrier implementation later for global GC work.  Additionally, this will help make the global GC patch less of a mega patch and easier to review later.

Also remove unused Heap::writeBarrierWithoutFence().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211111/61c20963/attachment.htm>


More information about the webkit-unassigned mailing list