Bug 53391 - Switched heap to use the Bitmap class and removed CollectorBitmap
Summary: Switched heap to use the Bitmap class and removed CollectorBitmap
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-29 21:37 PST by Geoffrey Garen
Modified: 2011-01-29 21:58 PST (History)
0 users

See Also:


Attachments
Patch (5.80 KB, patch)
2011-01-29 21:39 PST, Geoffrey Garen
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2011-01-29 21:37:02 PST
Switched heap to use the Bitmap class and removed CollectorBitmap
Comment 1 Geoffrey Garen 2011-01-29 21:39:47 PST
Created attachment 80586 [details]
Patch
Comment 2 Maciej Stachowiak 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.
Comment 3 Geoffrey Garen 2011-01-29 21:58:40 PST
Committed r77080: <http://trac.webkit.org/changeset/77080>