[Webkit-unassigned] [Bug 185682] New: [JSC] JSC should have consistent InById IC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 09:51:33 PDT 2018


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

            Bug ID: 185682
           Summary: [JSC] JSC should have consistent InById IC
           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

InById operation is now ad-hocly optimized. We should align it to GetById etc.
This bug introduces op_in_by_id, and op_in_by_val. And DFG should have InById and InByVal.
In DFG AI, and other places we are attempting to convert InByVal to InById. So current ad-hoc In IC can be refactored.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180516/23386360/attachment.html>


More information about the webkit-unassigned mailing list