RESOLVED FIXED 53391
Switched heap to use the Bitmap class and removed CollectorBitmap
https://bugs.webkit.org/show_bug.cgi?id=53391
Summary Switched heap to use the Bitmap class and removed CollectorBitmap
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.