[webkit-reviews] review requested: [Bug 45160] Add interval tree capable of holding plain old data (POD) : [Attachment 66462] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 2 19:48:17 PDT 2010


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

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

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

Adding an interval tree currently capable of holding types which do not require
their destructors to be called. POD is a slight misnomer which will be
corrected soon, hopefully by removing this restriction.

This class is based on the augmentable property of the red/black tree
integrated under bug 45059.

Unit tests for the PODIntervalTree will be integrated separately under bug
45161.


More information about the webkit-reviews mailing list