Hello Geoffrey, EFL and GTK folks agreed that GTK port enables bmalloc first, then EFL port will enable it after the bmalloc begins to support memory stats. Until then, GTK port wants to refer to memory stats on EFL port one in the meanwhile. However, as you commented on Bug 141247 Comment #2, if it is hard to support memory stats on bmalloc at the moment, I agree to remove TCMalloc first.
To help to go ahead, I upload a patch to enable bmalloc on EFL port as well as to remove TCMaclloc in CMake. Bug 141459 - [EFL] Enable bmalloc for EFL port. https://bugs.webkit.org/show_bug.cgi?id=141459 Gyuyoung. On Fri, Feb 13, 2015 at 9:35 AM, Geoffrey Garen <[email protected]> wrote: > It’s been about a month since I sent this notice, and it looks like > bmalloc works on at least one version of Linux, so I’m going to remove > TCMalloc in the next few days. > > Regards, > Geoff > > > On Jan 6, 2015, at 4:00 PM, Geoffrey Garen <[email protected]> wrote: > > > > Hi folks. > > > > We’ve been using bmalloc on Mac and iOS for some time now, and it is > fast and stable. > > > > Is there a Linux maintainer who would like to take on enabling bmalloc > on Linux? The implementation is Unix-y, so it should “just work”. I can > advise on this project, but I don’t have a Linux build & test environment. > > > > I plan to remove TCMalloc soon. > > > > Regards, > > Geoff > > _______________________________________________ > webkit-dev mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-dev >
_______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

