On Wednesday 18 June 2008, Paul Pedriana wrote: > I've created a working wtf/New.h file and a basic unit test for it. It > implements both of Maciej's recent proposals, which were essentially 1: > provide an allocation base class and 2: provide a global allocator.
I definitely prefer number #1. Although it does require an extra base class for and thus a big code change, it is still *much* less intrusive compared to #2. Adam _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

