[Webkit-unassigned] [Bug 117386] New: JSString should remember AtomicString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 9 15:00:10 PDT 2013


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

           Summary: JSString should remember AtomicString
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: darin at apple.com, ggaren at apple.com,
                    barraclough at apple.com, benjamin at webkit.org,
                    fpizlo at apple.com


We've found out that we're constantly converting the same String to AtomicString in the binding code.
Make JSString smarter and remember the conversion so that the subsequent calls to the same DOM API will not result in another String-to-AtomicString conversion.

-- 
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