[Webkit-unassigned] [Bug 232172] New: Change Heap::writeBarrier() to do the cheaper check first.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 13:53:05 PDT 2021


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

            Bug ID: 232172
           Summary: Change Heap::writeBarrier() to do the cheaper check
                    first.
           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

It's cheaper to do a check using incoming args (which are already loaded in registers) than to do a check which requires memory loads.

-- 
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/20211022/64737aad/attachment.htm>


More information about the webkit-unassigned mailing list