Re: [PATCH][wwwdocs] Mention new store merging pass for GCC 7

2017-01-25 Thread Kyrill Tkachov
On 24/01/17 13:44, Richard Earnshaw (lists) wrote: On 23/01/17 16:45, Gerald Pfeifer wrote: Hi Kyrill, On Mon, 23 Jan 2017, Kyrill Tkachov wrote: This patch adds a short entry for the store merging pass in GCC 7 to the "General Optimizer Improvements" section. + A new store merging pass has

Re: [PATCH][wwwdocs] Mention new store merging pass for GCC 7

2017-01-24 Thread Richard Earnshaw (lists)
On 23/01/17 16:45, Gerald Pfeifer wrote: > Hi Kyrill, > > On Mon, 23 Jan 2017, Kyrill Tkachov wrote: >> This patch adds a short entry for the store merging pass in GCC 7 to the >> "General Optimizer Improvements" section. > > + A new store merging pass has been added. It will attempt to merge >

Re: [PATCH][wwwdocs] Mention new store merging pass for GCC 7

2017-01-23 Thread Gerald Pfeifer
Hi Kyrill, On Mon, 23 Jan 2017, Kyrill Tkachov wrote: This patch adds a short entry for the store merging pass in GCC 7 to the "General Optimizer Improvements" section. + A new store merging pass has been added. It will attempt to merge + constant stores to adjacent memory locations into fe

Re: [PATCH][wwwdocs] Mention new store merging pass for GCC 7

2017-01-23 Thread Jeff Law
On 01/23/2017 05:26 AM, Kyrill Tkachov wrote: 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? OK. jeff

[PATCH][wwwdocs] Mention new store merging pass for GCC 7

2017-01-23 Thread Kyrill Tkachov
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 fil