[Webkit-unassigned] [Bug 27762] [v8] Cache atomic strings in externalized v8 strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 31 10:03:24 PDT 2009


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





--- Comment #34 from Eric Seidel <eric at webkit.org>  2009-07-31 10:03:22 PDT ---
(From update of attachment 33879)
I still disagree with this approach.  1.  it seems silly to hold two StringImpl
pointers, one in a String and one in an AtomicString.  2.  I think this is
wrong to "fix" this issue just for V8.  If AtomicString::add is really such an
issue, it should be fixed using StringImpl changes instead of in the individual
JS engines.

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