[Webkit-unassigned] [Bug 178312] New: [JSC][LLInt] Implement Polymorphic Inline Caches on op_get_by_id

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 14 12:17:45 PDT 2017


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

            Bug ID: 178312
           Summary: [JSC][LLInt] Implement Polymorphic Inline Caches on
                    op_get_by_id
           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

Polymorphic Inline Caching is being used by Baseline+ tiers in JSC for a long time. However, It is not implemented on LLInt, which means that any CLoop build won't be able to get this optimization. My idea is to introduce a "Pseudo-PIC" on LLInt, to get performance progressions in some benchmarks.

-- 
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/20171014/5330f78d/attachment.html>


More information about the webkit-unassigned mailing list