| A reply in the thread from David Major about performance: "At the moment, performance is a mixed bag. Some tests are up and some are down. In particular I believe Speedometer is down a few percent." "Note however that clang-cl is punching above its weight. These builds currently have neither LTO nor PGO, while our MSVC builds use both of those. Any regressions that we're seeing ought to be short-lived. Once we enable LTO[1] and PGO[2], I expect clang to be a clear performance win." [1] "LTO (Link Time Optimization) is a method for achieving better runtime performance through whole-program analysis and cross-module optimization."
http://blog.llvm.org/2016/06/thinlto-scalable-and-incrementa... [2] PGO = Profile Guided Optimization |
1. https://bugs.chromium.org/p/chromium/issues/detail?id=580389...