[Webkit-unassigned] [Bug 60950] Port the SmallStrings cache to Weak<T>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 17 10:14:46 PDT 2011


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





--- Comment #1 from Oliver Hunt <oliver at apple.com>  2011-05-17 10:14:46 PST ---
I'm not sure who put that there, the small strings cache is by definition small (eg. single character strings) and needs to have very fast access in order for charCodeAt, string indexing, and other optimisations to function.

If it's really necessary to have weak behaviour, we have sufficient control of this data to implement weak semantics directly in the buffer.

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