[Webkit-unassigned] [Bug 176868] New: [JSC] Investigate DFG inlining for six-speed templatestring-es6

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 13 11:48:54 PDT 2017


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

            Bug ID: 176868
           Summary: [JSC] Investigate DFG inlining for six-speed
                    templatestring-es6
           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

Basically this test is super slow because the target function is not inlined.
But, this should be somewhat inlined by poly inlining / simple inlining with cleared stub.

It seems that our CallSiteInfo is cleared. And non-poly function is set for that.
But it has badFunction in exit site data, and poly stub is already cleared.
So it always has couldTakeSlowPath = true.

I'm not sure this is the right behavior for this case. I think we should have a good story to handle the above case well.

https://arewefastyet.com/#machine=29&view=single&suite=six-speed&subtest=templatestring-es6

-- 
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/20170913/951a74e3/attachment-0001.html>


More information about the webkit-unassigned mailing list