search for: 395699a8

Displaying 2 results from an estimated 2 matches for "395699a8".

Did you mean: 39.69968
2016 Dec 13
2
Enabling statistics in release builds / static constructors
Analyzing a compilers behavior and timings is an important tool to track code size and compile time regressions. One of the tools we would like to use are Statistic variable (llvm/include/ADT/Statistic.h). However today I cannot enable them in release builds without a performance hits because the lazy initialisation present forces a memory fence on every single increment of the statistic variable.
2016 Dec 13
0
Enabling statistics in release builds / static constructors
..._____________________ > 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/20161213/395699a8/attachment.html>