[Webkit-unassigned] [Bug 226604] New: DFG should eliminate obvious store barriers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 15:01:03 PDT 2021


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

            Bug ID: 226604
           Summary: DFG should eliminate obvious store barriers
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

We have a store barrier elimination strategy mostly based on "clustering" -- moving the barriers to the point where they will actually be meaningful.

Unfortunately, we have PutByOffset listed as DoesGC, so we will not eliminate any store barriers around sequences of PutByOffsets.  This appears to be the case because PutByOffset was accidentally added to the DoesGC list in r240991.

-- 
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/20210603/387ffa48/attachment.htm>


More information about the webkit-unassigned mailing list