Prazek created this revision. Prazek added reviewers: tejohnson, mehdi_amini, hans. Prazek added a subscriber: cfe-commits.
It would be good to also mention other improvements in ThinLTO for 4.0 release https://reviews.llvm.org/D28746 Files: docs/ReleaseNotes.rst Index: docs/ReleaseNotes.rst =================================================================== --- docs/ReleaseNotes.rst +++ docs/ReleaseNotes.rst @@ -63,6 +63,10 @@ indirect(a, n); } +- Significantly improved generated code for ThinLTO with profile data. It is + achieved by importing hot-chains of functions and by not importing functions + called from cold callsite. + - ...
Index: docs/ReleaseNotes.rst =================================================================== --- docs/ReleaseNotes.rst +++ docs/ReleaseNotes.rst @@ -63,6 +63,10 @@ indirect(a, n); } +- Significantly improved generated code for ThinLTO with profile data. It is + achieved by importing hot-chains of functions and by not importing functions + called from cold callsite. + - ...
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits