Re: [webkit-dev] Reg.use of WTF_CHANGES in FastMalloc.cpp...

2012-04-13 Thread Arunprasad Rajkumar
Hi Eric, Morrita & All, Thanks for answering. I understand like FastMalloc is derived from google's perf-tool TCMalloc to avoid one more dependency. Unused codes were kept inside WTF_CHANGES to ease the merging of new versions of TCMalloc. But why don't we enable the statistics(allocated objec

Re: [webkit-dev] Reg.use of WTF_CHANGES in FastMalloc.cpp...

2012-04-12 Thread Eric Seidel
FastMalloc is a fork of tcmalloc: http://trac.webkit.org/browser/trunk/Source/WTF/wtf/FastMalloc.cpp#L37 http://goog-perftools.sourceforge.net/doc/tcmalloc.html from several years ago. On Thu, Apr 12, 2012 at 2:11 AM, Hajime Morrita wrote: > Hi, > > The code was brought from a third party library

Re: [webkit-dev] Reg.use of WTF_CHANGES in FastMalloc.cpp...

2012-04-12 Thread Zoltan Horvath
Hey, in the future send these kind of questions to webkit-help please. For answer check bug: https://bugs.webkit.org/show_bug.cgi?id=69435 (you can also do a search in bugzilla) Cheers, On Thu, 12 Apr 2012 11:01:30 +0200, Arunprasad Rajkumar wrote: I don't understand the use of define

Re: [webkit-dev] Reg.use of WTF_CHANGES in FastMalloc.cpp...

2012-04-12 Thread Hajime Morrita
Hi, The code was brought from a third party library and WebKit (WTF) needs some changes to the original code. It looks such changes are marked by WTF_CHANGES. For example, WTF shouldn't depend on gflags, which is disabled by the WTF_CHANGES guard. -- morrita On Thu, Apr 12, 2012 at 6:01 PM, Arun

[webkit-dev] Reg.use of WTF_CHANGES in FastMalloc.cpp...

2012-04-12 Thread Arunprasad Rajkumar
I don't understand the use of define WTF_CHANGES in FastMalloc.cpp & TCSystemAlloc.cpp. Any body help me to understand that? Thanks in advance. -- Arunprasad Rajkumar ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mai