On Sun, 2021-10-03 at 15:55 -0600, Jeff Law wrote:
>
>
> On 9/29/2021 7:08 PM, Luís Ferreira wrote:
> > This patch allows the compiler to efficiently generate jump tables
> > instead of
> > using if-else-if.
> >
> > Signed-off-by: Luís Ferreira
> I'm not sure this is terribly useful. Compilers
> On 03/10/2021 23:55 Jeff Law via Gcc-patches wrote:
>
>
> On 9/29/2021 7:08 PM, Luís Ferreira wrote:
> > This patch allows the compiler to efficiently generate jump tables instead
> > of
> > using if-else-if.
> >
> > Signed-off-by: Luís Ferreira
> I'm not sure this is terribly useful. Comp
On 9/29/2021 7:08 PM, Luís Ferreira wrote:
This patch allows the compiler to efficiently generate jump tables instead of
using if-else-if.
Signed-off-by: Luís Ferreira
I'm not sure this is terribly useful. Compilers have the ability to
analyze the underlying code and make sensible decision