[Webkit-unassigned] [Bug 158863] New: [JSC] Introduce static symbols

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 19:58:27 PDT 2016


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

            Bug ID: 158863
           Summary: [JSC] Introduce static symbols
    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

Considering about static symbols like StaticASCIILiteral.
It allow static hash table to use symbols, since symbols are not included in atomic string tables.
Moreover, it allows us to include private symbol properties in the static hash table.
It can make JSGlobalObject's private symbol's properties lazy.

-- 
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/20160617/d9317a1f/attachment-0001.html>


More information about the webkit-unassigned mailing list