[Webkit-unassigned] [Bug 164581] New: [JSC] op_in should have ArrayProfile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 23:35:29 PST 2016


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

            Bug ID: 164581
           Summary: [JSC] op_in should have ArrayProfile
    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: utatane.tea at gmail.com

Much time is taken in Array.prototype.map in ES6SampleBench/Basic.
And sampling profiler tells us that op_in is one of the hottest bytecode.
We have a path optimizing `"string" in obj` case, but we always fall into the slow generic code for `index in array` case.

We should have array profile and handle op_in like GetByVal thing.

-- 
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/20161110/d9b74fdf/attachment.html>


More information about the webkit-unassigned mailing list