[Webkit-unassigned] [Bug 155590] New: The concat fast path should use "in" instead of a getbyid === undefined

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 11:32:11 PDT 2016


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

            Bug ID: 155590
           Summary: The concat fast path should use "in" instead of a
                    getbyid === undefined
    Classification: Unclassified
           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

We use getbyid === undefined because switch to in is a 10% regression on the stanford-crypto tests. We should notice in the DFG that an in on an id is a constant and fold it.

-- 
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/20160317/03f0c632/attachment-0001.html>


More information about the webkit-unassigned mailing list