Displaying 1 result from an estimated 1 matches for "r211287".
2014 Aug 01
2
[LLVMdev] Recent compile time performance regressions
...e we go from 5.3
to 7.4 seconds.
http://llvm.org/perf/db_default/v4/nts/graph?plot.0=34.301.3&highlight_run=29054
One contributing patch seems to be the following one (surprisingly):
Author: Chandler Carruth <chandlerc at gmail.com>
Date: Fri Jun 27 15:13:01 2014 +0000
Re-apply r211287: Remove support for LLVM runtime multi-threading.
I'll fix the problems in libclang and other projects in ways that
don't require <mutex> until we sort out the cygwin situation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 211900
I also looked at the e...