[Webkit-unassigned] [Bug 162126] New: Unite op_get_by_val_with_this with op_get_by_val
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Sep 17 18:49:09 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162126
Bug ID: 162126
Summary: Unite op_get_by_val_with_this with op_get_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_get_by_val_with_this to handle super getter bindings correctly. This operand is just a call to slow path which means that getters 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/36d5221b/attachment.html>
More information about the webkit-unassigned
mailing list