Bug 53391

Summary: Switched heap to use the Bitmap class and removed CollectorBitmap
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mjs: review+

Geoffrey Garen
Reported 2011-01-29 21:37:02 PST
Switched heap to use the Bitmap class and removed CollectorBitmap
Attachments
Patch (5.80 KB, patch)
2011-01-29 21:39 PST, Geoffrey Garen
mjs: review+
Geoffrey Garen
Comment 1 2011-01-29 21:39:47 PST
Maciej Stachowiak
Comment 2 2011-01-29 21:48:34 PST
Comment on attachment 80586 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80586&action=review r=me; see tiny comment though. > Source/JavaScriptCore/wtf/Bitmap.h:79 > +inline bool Bitmap<size>::getset(size_t n) I think testAndSet would be a more conventional name for this operation.
Geoffrey Garen
Comment 3 2011-01-29 21:58:40 PST
Note You need to log in before you can comment on or make changes to this bug.