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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 


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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to