[webkit-reviews] review granted: [Bug 54999] Manage MarkedBlocks in a linked list instead of a vector, so arbitrary removal is O(1) : [Attachment 83516] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 23 11:46:12 PST 2011


Darin Adler <darin at apple.com> has granted Geoffrey Garen <ggaren at apple.com>'s
request for review:
Bug 54999: Manage MarkedBlocks in a linked list instead of a vector, so
arbitrary removal is O(1)
https://bugs.webkit.org/show_bug.cgi?id=54999

Attachment 83516: Patch
https://bugs.webkit.org/attachment.cgi?id=83516&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=83516&action=review

> Source/JavaScriptCore/runtime/MarkedSpace.cpp:58
> +    MarkedBlock* next = 0;

Doesn’t seem helpful to initialize this here.


More information about the webkit-reviews mailing list