Re: [PATCH] Add params for jump-table expansion params (PR middle-end/90340).

2019-05-09 Thread Jeff Law
On 5/9/19 7:09 AM, Martin Liška wrote: > Hi. > > The patch comes up with 2 new params that drive jump table density > when optimizing for size and speed. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: >

[PATCH] Add params for jump-table expansion params (PR middle-end/90340).

2019-05-09 Thread Martin Liška
Hi. The patch comes up with 2 new params that drive jump table density when optimizing for size and speed. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-05-07 Martin Liska PR middle-end/90340