[Webkit-unassigned] [Bug 92486] [JSC] JSC should cache AtomicStrings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 27 08:34:18 PDT 2012


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |barraclough at apple.com




--- Comment #1 from Geoffrey Garen <ggaren at apple.com>  2012-07-27 08:34:21 PST ---
"Cache" is the wrong term for what happens when JSC passes a string to WebCore. JSC already has a StringImpl*, and it passes that to WebCore.

The issue here is that "foo" is in the Identifier table but not the AtomicString table. One way to fix this is to merge the tables.

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