Bug 74429

Summary: [V8] WebCoreStringResource in V8Binding.cpp has both String and AtomicString
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: japhet, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.