[Webkit-unassigned] [Bug 162108] New: [JSC] Add a new byte code op_define_property instead of calling defineProperty from parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 18:07:30 PDT 2016


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

            Bug ID: 162108
           Summary: [JSC] Add a new byte code op_define_property instead
                    of calling defineProperty from parser
    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: utatane.tea at gmail.com

We now sometimes call defineProperty to set class methods etc.
But, it's super costly because it creates a new object for property descriptor.
This object is always allocated because defineProperty host function escapes it even in FTL.

-- 
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/20160917/b4a8d706/attachment.html>


More information about the webkit-unassigned mailing list