[webkit-reviews] review requested: [Bug 30977] [Wx] Don't use global operators new/delete in wx port : [Attachment 47495] Make an ENABLE switch for using fastmalloc new so any port can easily customize behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 22:13:37 PST 2010


Kevin Ollivier <kevino at theolliviers.com> has asked  for review:
Bug 30977: [Wx] Don't use global operators new/delete in wx port
https://bugs.webkit.org/show_bug.cgi?id=30977

Attachment 47495: Make an ENABLE switch for using fastmalloc new so any port
can easily customize behavior
https://bugs.webkit.org/attachment.cgi?id=47495&action=review

------- Additional Comments from Kevin Ollivier <kevino at theolliviers.com>
Given all the comments so far, it seems like the global new/delete override
offers much less value than it used to, and that whether it should be enabled
or not is not just a question for the wx port these days. I've attached a patch
to make it configurable via Platform.h, as I think it's cleaner and easier than
having each port edit FastMalloc.h, and I'm turning it off for now in wx.


More information about the webkit-reviews mailing list