[Webkit-unassigned] [Bug 27762] New: [v8] Cache atomic strings in externalized v8 strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 05:50:43 PDT 2009


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

           Summary: [v8] Cache atomic strings in externalized v8 strings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: christian.plesner.hansen at gmail.com
                CC: antonm at chromium.org


We currently only cache plain webkit strings in externalized v8 strings and
then convert them on demand to atomic strings.  With this change we also cache
the atomic strings the first time they are created.

Also, cleaned up some code in the v8 code generator and added a hint that the
parameter to getElementById is actually an atomic string.  We may want to do
that in more places but I'm leaving that for another changelist.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list