Re: [PATCH] Add cold attribute to one time construction APIs

2020-08-24 Thread Jonathan Wakely via Gcc-patches
On 24/08/20 09:45 +0100, Jonathan Wakely via Libstdc++ wrote: On 24/08/20 10:09 +0200, Jan Hubicka wrote: On Tue, Aug 18, 2020 at 4:36 PM Jonathan Wakely via Gcc-patches wrote: On 17/08/20 18:15 +, Aditya K via Libstdc++ wrote: >This would help compiler optimize local static objects. > >A

Re: [PATCH] Add cold attribute to one time construction APIs

2020-08-24 Thread Jonathan Wakely via Gcc-patches
On 24/08/20 10:09 +0200, Jan Hubicka wrote: On Tue, Aug 18, 2020 at 4:36 PM Jonathan Wakely via Gcc-patches wrote: > > On 17/08/20 18:15 +, Aditya K via Libstdc++ wrote: > >This would help compiler optimize local static objects. > > > >Added changelog. > > Please don't :-) > > GCC patch poli

Re: [PATCH] Add cold attribute to one time construction APIs

2020-08-24 Thread Jan Hubicka
> On Tue, Aug 18, 2020 at 4:36 PM Jonathan Wakely via Gcc-patches > wrote: > > > > On 17/08/20 18:15 +, Aditya K via Libstdc++ wrote: > > >This would help compiler optimize local static objects. > > > > > >Added changelog. > > > > Please don't :-) > > > > GCC patch policies always said NOT to

Re: [PATCH] Add cold attribute to one time construction APIs

2020-08-24 Thread Richard Biener via Gcc-patches
On Tue, Aug 18, 2020 at 4:36 PM Jonathan Wakely via Gcc-patches wrote: > > On 17/08/20 18:15 +, Aditya K via Libstdc++ wrote: > >This would help compiler optimize local static objects. > > > >Added changelog. > > Please don't :-) > > GCC patch policies always said NOT to change the ChangeLog i

Re: [PATCH] Add cold attribute to one time construction APIs

2020-08-18 Thread Jonathan Wakely via Gcc-patches
On 18/08/20 15:35 +0100, Jonathan Wakely wrote: On 17/08/20 18:15 +, Aditya K via Libstdc++ wrote: This would help compiler optimize local static objects. Added changelog. Please don't :-) GCC patch policies always said NOT to change the ChangeLog in the patch, because the ChangeLog file

Re: [PATCH] Add cold attribute to one time construction APIs

2020-08-18 Thread Jonathan Wakely via Gcc-patches
On 17/08/20 18:15 +, Aditya K via Libstdc++ wrote: This would help compiler optimize local static objects. Added changelog. Please don't :-) GCC patch policies always said NOT to change the ChangeLog in the patch, because the ChangeLog files change so rapidly that it means by the time you