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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 03:25:10 PST 2010


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





--- Comment #18 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-02-09 03:25:08 PST ---
(In reply to comment #17)
> Is the switching needed or the JEmalloc implementation is needed?
> 
> I'm working on the custom allocation framework now what is needed to the
> switching allocators for the whole WebKit. If you want to test JavaScriptCore
> with other allocators it is possible already.
> 
> If you have further questions, please ask. :)

What's the current position of WebKit on switching the memory allocator? As
described in your blog article "War of allocators in JavaScriptCore", adding
jemalloc makes no sense for Linux-qt build. However, in Windows CE, jemalloc
gives almost 2x speedup in page loading time over the system malloc because the
system malloc is simply too slow.  

Is it okay to use jemalloc at least for Windows CE? If the answer is yes, I
will file a bug for this.

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



More information about the webkit-unassigned mailing list