Re: [PATCH 0/7] Param conversion to option machinery

2019-11-12 Thread Richard Biener
On Tue, Nov 12, 2019 at 10:23 AM Martin Liška wrote: > > On 11/11/19 3:42 PM, Richard Biener wrote: > > I didn't go over them but maybe we can postpone this to a followup > > and for now make_none_ of them Optimization which preserves > > Ok, there's updated patch w/o the Optimization keyword.

Re: [PATCH 0/7] Param conversion to option machinery

2019-11-12 Thread Martin Liška
On 11/11/19 3:42 PM, Richard Biener wrote: I didn't go over them but maybe we can postpone this to a followup and for now make_none_ of them Optimization which preserves Ok, there's updated patch w/o the Optimization keyword. previous behavior (I guess the optimize attribute/pragma doesn't

Re: [PATCH 0/7] Param conversion to option machinery

2019-11-11 Thread Richard Biener
On Thu, Nov 7, 2019 at 1:33 PM Martin Liska wrote: > > The email thread is follow up of a demo that I made here: > https://gcc.gnu.org/ml/gcc-patches/2019-10/msg02220.html > > The patchset converts current param infrastructure to > the option machinery. The parts 3 and 4 are quite > mechanical. >

[PATCH 0/7] Param conversion to option machinery

2019-11-07 Thread Martin Liska
The email thread is follow up of a demo that I made here: https://gcc.gnu.org/ml/gcc-patches/2019-10/msg02220.html The patchset converts current param infrastructure to the option machinery. The parts 3 and 4 are quite mechanical. I would appreciate a feedback about what parameters should be per