[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 13:43:30 PDT 2012


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





--- Comment #11 from Oliver Hunt <oliver at apple.com>  2012-10-12 13:44:12 PST ---
> Happy to oblidge, but could you restate what data you're looking for, I'm not sure I understand yet?

I want to know what strings we end up doing a hash lookup for - i don't care if they're interned in the JS engine, as that isn't something we can take advantage of (multiple GC heaps == multiple "unique" versions of the same string).

What I want is a histogram of strings that require a hash lookup to get to the atomicstring.

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