[Webkit-unassigned] [Bug 148860] New: [ES6] Add DFG/FTL support for accessor put operations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 17:37:08 PDT 2015


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

            Bug ID: 148860
           Summary: [ES6] Add DFG/FTL support for accessor put operations
    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

Currently, accessor put operations (like op_put_getter_by_id) are not compiled in DFG / FTL backend.
We should add them even if the implementation in DFG becomes just calling the runtime function,
since the code including these operations is not compiled in DFG even if the operation is not executed.

-- 
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/20150905/67e3c4ce/attachment.html>


More information about the webkit-unassigned mailing list