[webkit-reviews] review requested: [Bug 45059] Add red-black tree capable of holding plain old data (POD) : [Attachment 66264] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 14:01:49 PDT 2010


Kenneth Russell <kbr at google.com> has asked  for review:
Bug 45059: Add red-black tree capable of holding plain old data (POD)
https://bugs.webkit.org/show_bug.cgi?id=45059

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

------- Additional Comments from Kenneth Russell <kbr at google.com>
>From the ChangeLog:

Adding a red-black tree capable of holding Plain Old Data (POD) and an
associated PODArena which is built on Arena.h. Note that the PODArena will be
used by other classes to allocate temporary structures, which is why it is not
just an implementation detail of the red-black tree.

To address earlier review feedback, PODArena and PODRedBlackTree can not
currently be placed in WTF because Arena.h is in WebCore/platform.

Unit tests for the PODRedBlackTree will be integrated separately under bug
45060.


More information about the webkit-reviews mailing list