RESOLVED INVALID 74429
[V8] WebCoreStringResource in V8Binding.cpp has both String and AtomicString
https://bugs.webkit.org/show_bug.cgi?id=74429
Summary [V8] WebCoreStringResource in V8Binding.cpp has both String and AtomicString
Erik Arvidsson
Reported 2011-12-13 11:39:15 PST
WebCoreStringResource in V8Binding.cpp has both a String and an AtomicString member. It should be enough to only have a String member since the string implementation of that can still be atomic.
Attachments
Erik Arvidsson
Comment 1 2011-12-13 11:57:18 PST
There is a comment saying "Keeps the string buffer alive until the V8 engine garbage collects it." which means we cannot reassign it. Therefore the optimization I had in mind will not work.
Note You need to log in before you can comment on or make changes to this bug.