[Lldb-commits] [PATCH] D32820: Parallelize demangling
Ed Maste via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 18 19:56:26 PDT 2017
emaste added a comment.
> Without tcmalloc, on Ubuntu 14.04, 40 core VM: 13%
> With tcmalloc, on Ubuntu 14.04, 40 core VM: 24% (built using cmake ... -DCMAKE_EXE_LINKER_FLAGS=-ltcmalloc_minimal, which amazingly only works when building with clang, not gcc...)
Do you have a brief set of steps you use for benchmarking? I'd like to compare on FreeBSD using a similar test.
Repository:
rL LLVM
https://reviews.llvm.org/D32820
More information about the lldb-commits
mailing list