[Webkit-unassigned] [Bug 27655] [v8] cache v8 strings when converting from webcore string to v8 string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 08:56:11 PDT 2009


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





--- Comment #9 from David Levin <levin at chromium.org>  2009-07-28 08:56:10 PDT ---
> There is another place in v8 bindings which has
> thread local storage---V8DOMMap.  Do you think
> it's an oversight and should be fixed?

Yes, if it can be used on multiple threads.  I happened to just come across
this in a refactoring code review from abarth and flagged it which resulted in
https://bugs.webkit.org/show_bug.cgi?id=27759


> Overall, I don't see any V8 specific parts in ThreadGlobablData.  

This class was created afaik to reduce the number of thread local storage
items, so I think it would be appropriate to add there and put the appropriate
ifdef's for v8.  (Please look at the svn history of that file to double check
its history to see if it seems appropriate.)

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