Hi all, This patch adds a short entry for the store merging pass in GCC 7 to the "General Optimizer Improvements" section.
Eyeballed the result in Firefox. Ok to commit? Thanks, Kyrill
Index: htdocs/gcc-7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v retrieving revision 1.39 diff -U 3 -r1.39 changes.html --- htdocs/gcc-7/changes.html 17 Jan 2017 21:26:31 -0000 1.39 +++ htdocs/gcc-7/changes.html 20 Jan 2017 12:10:17 -0000 @@ -40,11 +40,14 @@ <!-- .................................................................. --> <h2 id="general">General Optimizer Improvements</h2> -<!-- + <ul> - <li></li> + <li>A new store merging pass has been added. It will attempt to merge + constant stores to adjacent memory locations into fewer wider stores. + It can be enabled by using the <code>-fstore-merging</code> option and is + enabled by default at the <code>-O2</code> optimization level or + higher.</li> </ul> ---> <!-- .................................................................. --> <h2 id="languages">New Languages and Language specific improvements</h2>