search for: 0684ce1a

Displaying 2 results from an estimated 2 matches for "0684ce1a".

2017 May 31
3
Enable STATISTIC all the time again?
...LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170531/0684ce1a/attachment-0001.html>
2017 May 31
5
Enable STATISTIC all the time again?
Right now, the LLVM Statistic class does not increment values if we are in non-debug mode, unless you define LLVM_ENABLE_STATS (which, sadly, is also not available from cmake). Before i go and add it to cmake, i ran numbers. I can't find a single testcase, large or small, where enabling statistics all the time isn't completely noise. It looks like it was disabled in march 2013.