Re: [Qemu-devel] [PATCH] configure: Add support for tcmalloc

2015-03-26 Thread Paolo Bonzini
On 26/03/2015 13:53, Kevin Wolf wrote: > Am 26.03.2015 um 04:03 hat Fam Zheng geschrieben: >> This adds "--enable-tcmalloc" and "--disable-tcmalloc" to allow linking >> to libtcmalloc from gperftools. >> >> tcmalloc is a malloc implementation that works well with threads and is >> fast, so it is

Re: [Qemu-devel] [PATCH] configure: Add support for tcmalloc

2015-03-26 Thread Kevin Wolf
Am 26.03.2015 um 04:03 hat Fam Zheng geschrieben: > This adds "--enable-tcmalloc" and "--disable-tcmalloc" to allow linking > to libtcmalloc from gperftools. > > tcmalloc is a malloc implementation that works well with threads and is > fast, so it is good for performance. > > It is disabled by de

[Qemu-devel] [PATCH] configure: Add support for tcmalloc

2015-03-25 Thread Fam Zheng
This adds "--enable-tcmalloc" and "--disable-tcmalloc" to allow linking to libtcmalloc from gperftools. tcmalloc is a malloc implementation that works well with threads and is fast, so it is good for performance. It is disabled by default, because the MALLOC_PERTURB_ flag we use in tests doesn't