[Webkit-unassigned] [Bug 152700] New: We should be able to inline super calls to InternalFunctions if we have inlined to the construction site.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 11:13:16 PST 2016


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

            Bug ID: 152700
           Summary: We should be able to inline super calls to
                    InternalFunctions if we have inlined to the
                    construction site.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local 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

In general, when subclassing there is no way to know what the prototype of the created object is statically, as the new.target may change on each call. It is possible, however, if we inline to the construction site (i.e. the "new <function name>(...)" in JS) because then we might know the new.target statically.

-- 
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/20160104/2eaf6038/attachment.html>


More information about the webkit-unassigned mailing list