commit | c543a0fc3b2052c35fced09e1f96613625723508 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Thu Jun 02 23:44:40 2016 +0000 |
committer | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> | Thu Jun 02 23:44:40 2016 +0000 |
tree | f551ebf654a813212517ab06f94ca3908e67d5ea | |
parent | e725777eaf430c67db5f4c9cc1f5ee77bc5ad3b5 [diff] |
Issue #25702: A --with-lto configure option has been added that will enable link time optimizations at build time during a make profile-opt. Some compilers and toolchains are known to not produce stable code when using LTO, be sure to test things thoroughly before relying on it. It can provide a few % speed up over profile-opt alone.