[Webkit-unassigned] [Bug 21272] Switching between custom allocators (TCmalloc, JEmalloc) in linux-qt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 2 01:15:35 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21272





------- Comment #11 from Horvath.Zoltan.6 at stud.u-szeged.hu  2008-10-02 01:15 PDT -------
The patches do not conflict but the comment was not clear enough.

If you want to use TCmalloc without JEmalloc then use the enable_tcmalloc.patch
patch file only and the others are unnecessary in this case (do not use them).

If you want to use JEmalloc without TCmalloc then use enable_jemalloc.patch,
JEmalloc.h.patch, JEmalloc.c.patch, rb.h.patch patch files and the others are
unnecessary in this case (do not use them).

If you want to use JEmalloc and TCmalloc together use the
enable_jetcmalloc.patch, JEmalloc.h.patch, JEmalloc.c.patch, rb.h.patch patch
files only and the are unnecessary in this case (do not use them).

Since the TCmalloc and JEmalloc patches conflict, therefore we created them
separately (the first two cases) and we created a third one which contains both
of them.

I think the possibility of changing between different memory allocators would
be a useful feature (even in embedded systems).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list