[Webkit-unassigned] [Bug 172358] New: [DFG] Convert GetByVal(..., String:"499") to GetByVal(..., Int32:499)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 19 06:26:40 PDT 2017


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

            Bug ID: 172358
           Summary: [DFG] Convert GetByVal(..., String:"499") to
                    GetByVal(..., Int32:499)
           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

If we can identify the constant values in DFG, we have a chance to convert GetByVal(..., String) to GetByVal(..., Int32).
If we do that, we have a chance to emit IC in DFG layer, and it is beneficial for FTL layer!

-- 
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/20170519/a75550a6/attachment-0001.html>


More information about the webkit-unassigned mailing list