[Webkit-unassigned] [Bug 162127] New: Unite op_put_by_val_with_this with op_put_by_val

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 17 18:50:53 PDT 2016


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

            Bug ID: 162127
           Summary: Unite op_put_by_val_with_this with op_put_by_val
    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: ticaiolima at gmail.com

The current implementation is using the instruction op_put_by_val_with_this to handle super setter bindings correctly. This operand is just a call to slow path which means that setters called from super aren't optimized to use IC or accessor inlining.

-- 
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/20160918/1d3f74b1/attachment.html>


More information about the webkit-unassigned mailing list