Re: [PATCH] Speed up jump table switch detection.

2021-08-16 Thread Richard Biener via Gcc-patches
On Mon, Aug 16, 2021 at 10:28 AM Martin Liška wrote: > > Hi. > > As mentioned in the PR, this patch speeds up rapidly jump table detection > in switch lowering. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? OK. > Thanks, > Martin > >

[PATCH] Speed up jump table switch detection.

2021-08-16 Thread Martin Liška
Hi. As mentioned in the PR, this patch speeds up rapidly jump table detection in switch lowering. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR tree-optimization/100393 gcc/ChangeLog: * tree-switch-conversion.c