[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:19:26 PST 2017
Prazek updated this revision to Diff 84503.
Prazek added a comment.
update
https://reviews.llvm.org/D28746
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -63,9 +63,18 @@
indirect(a, n);
}
-
- ...
+Improvements to ThinLTO (-flto=thin)
+------------------------------------
+ - Integration with profile data. 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.84503.patch
Type: text/x-patch
Size: 653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170115/4d477348/attachment-0001.bin>
More information about the cfe-commits
mailing list