[PATCH] D28746: Mention ThinLTO with PGO in ReleaseNotes 4.0
Piotr Padlewski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 15 14:22:28 PST 2017
Prazek updated this revision to Diff 84504.
Prazek marked an inline comment as done.
Prazek added a comment.
(PGO)
https://reviews.llvm.org/D28746
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -63,9 +63,16 @@
indirect(a, n);
}
-
- ...
+Improvements to ThinLTO (-flto=thin)
+------------------------------------
+- Integration with profile data (PGO). When available, profile data enables
+ more accurate function importing decisions, as well as cross-module indirect
+ call promotion.
+- Significant build-time and binary-size improvements when compiling with debug
+ info (-g).
+
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28746.84504.patch
Type: text/x-patch
Size: 645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170115/d7a40914/attachment.bin>
More information about the cfe-commits
mailing list