[Webkit-unassigned] [Bug 154828] New: B3::fixSSA() has problems in Octane/regexp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 29 11:41:50 PST 2016


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

            Bug ID: 154828
           Summary: B3::fixSSA() has problems in Octane/regexp
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Usually you know that everything is OK when the compiler spends 95% of its time in IRC.  But in Octane/regexp, this is not the case!  We spent lots of time in fixSSA() instead.  That usually means a scalability problem in that phase.

I've known for a while now that our SSA conversion has scalability problems, and it looks like we're now seeing this.

Note: I don't think that this is actually bottlenecking Octane/regexp performance.  So it's not a high priority right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160229/da0e3744/attachment-0001.html>


More information about the webkit-unassigned mailing list