[Webkit-unassigned] [Bug 213687] New: findGCObjectPointersForMarking may have optimization opportunities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 27 16:47:07 PDT 2020


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

            Bug ID: 213687
           Summary: findGCObjectPointersForMarking may have optimization
                    opportunities
           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: keith_miller at apple.com

https://bugs.webkit.org/show_bug.cgi?id=213686 indicated it was a 2% perf regression on Speedo2 and JetStream2 to not return early from findGCObjectPointersForMarking after finding a live pointer to some HeapKind::JSCell. Likely, that regression comes from trying to determine if the pointer was live. It's possible most of this is from checking if the different pointers are live. 

Some improvements could be specializing findGCObjectPointersForMarking on the HeapKind or passing all values simultaneously to MarkedBlock::isLive.

-- 
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/20200627/c2d1d3f9/attachment.htm>


More information about the webkit-unassigned mailing list