[Webkit-unassigned] [Bug 142651] New: Introduce SymbolType into SpeculativeTypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 21:38:22 PDT 2015


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

            Bug ID: 142651
           Summary: Introduce SymbolType into SpeculativeTypes
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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

Currently, Symbol is classified as SpecCellOther.
But this is too conservative analysis and there's room to optimize it.

Introducing SpecSymbol and analyzing this type in DFG/FTL brings faster Symbol comparison and lookups with it.
It will encourage some applications that uses Symbol as an unique key, like React.js.

-- 
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/20150313/84083556/attachment-0002.html>


More information about the webkit-unassigned mailing list