[Webkit-unassigned] [Bug 178064] New: [DFG] DFG should handle ArrayConstructor call for super()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 8 00:26:17 PDT 2017


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

            Bug ID: 178064
           Summary: [DFG] DFG should handle ArrayConstructor call for
                    super()
           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: utatane.tea at gmail.com

We have a class like,

class Matrix4x4 extends Array {
   constructor()
   {
        super(4);
        ....
   }
}

In that case, we cannot inline super(4)'s ArrayConstructor call right now.

-- 
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/20171008/07195d0e/attachment.html>


More information about the webkit-unassigned mailing list