[Webkit-unassigned] [Bug 156555] New: PolymorphicAccess should try to generate a stub only once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 14:01:36 PDT 2016


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

            Bug ID: 156555
           Summary: PolymorphicAccess should try to generate a stub only
                    once
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Currently, we don't do any buffering of access cases prior to the first stub generation.  We only enable it after a stub has been generated.

I implemented buffering that way to be conservative.  Now we should push it further and always buffer.  The outcome ought to be that most ICs only generate a stub once.

-- 
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/20160413/6975e680/attachment-0001.html>


More information about the webkit-unassigned mailing list