[Webkit-unassigned] [Bug 99118] JSC Should atomize constant strings before handing them to WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 12 15:22:56 PDT 2012


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





--- Comment #13 from Eric Seidel <eric at webkit.org>  2012-10-12 15:23:38 PST ---
To be clear, the add(StringImpl*) case covers AtomicStrings which had been converted to String/StringImple somewhere else in the engine.

I chose this entry point to avoid counting strings which came from some other source (like constants in c++, or the HTML parser), or for strings which are created from a substring of other strings (add(StringImpl*, int start, int end) is a wholly separate beast).

I'm generating frequency count data for add(StringImpl*) from the web now.  (I don't think frequency count data from dom-query.html would be very interesting... and it's huge anyway.)

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