[Webkit-unassigned] [Bug 174523] New: JSC should optimize polymorphic prototypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 14 12:42:46 PDT 2017


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

            Bug ID: 174523
           Summary: JSC should optimize polymorphic prototypes
           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

This idiom is currently slow in JSC:

    function foo()
    {
        class Helper {
            ... things ...
        }

        let h = new Helper();
        ... things with h ...
    }

    ... call foo() many times ...

We should make it fast.

-- 
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/20170714/8b777457/attachment.html>


More information about the webkit-unassigned mailing list