On Sep 30, 2013, at 2:48 PM, Geoffrey Garen <gga...@apple.com> wrote:

> Hi folks.
> 
> I’m planning to remove our years-out-of-date port of TCMalloc, and replace it 
> with something that takes maximum advantage of Mac and iOS virtual memory, 
> threading, and security APIs.
> 
> I've heard that TCMalloc has caused some problems for non-Mac, non-iOS ports 
> in the past. So, if you maintain a port, this change might make things 
> simpler for you.
> 
> Are there any ports whose built-in malloc implementations are slow enough 
> that they can’t get by without TCMalloc?

Apple's Windows port uses FastMalloc and the last measurements we took show it 
to be a large performance gain over the default Windows malloc implementation. 
While this port is only used by iTunes these days, we still would not want to 
regress its performance. Can the new allocator be made to work with Windows?

Regards,
Maciej

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to