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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 07:24:18 PDT 2009


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





--- Comment #7 from Christian Plesner Hansen <christian.plesner.hansen at gmail.com>  2009-07-28 07:24:18 PDT ---
The issue was raised in another review that atomic string are not safe to use
across threads.  I've added an assertion that only the main thread accesses the
cached atomic string which, as far as I can tell, is a safe assumption to make.
 It is still possible to use the atomic string on other threads as if it were a
plain string; I assume that is safe.

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