[Webkit-unassigned] [Bug 162125] New: Unit put_by_id_with_this and put_by_id instructions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 17 18:41:11 PDT 2016


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

            Bug ID: 162125
           Summary: Unit put_by_id_with_this and put_by_id instructions
    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_id_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.

To unify these opcodes, we need to add one more operand on op_put_by_id to store the this reference and teach the following layers and ICs that base and this operands sometimes aren't the same.

-- 
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/2d710970/attachment-0001.html>


More information about the webkit-unassigned mailing list