This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/7344: performance regression on huge case statements
> On Fri, Oct 11, 2002 at 05:01:48PM +0200, Jan Hubicka wrote:
> > * cfgbuild.c (make_edges): Create edge cache when we do have
> > large jumptable.
> > (do_tablejump): Note size of maximal jumptable.
>
> typo, should include "* expr.c".
>
> > * function.c (prepare_function_start): Zero out size.
> > * function.h (function): Add max_jumptable_ents.
>
> Ok.
Thanks!
Did you noticed that there is another patch sent to same thread?
Honza
>
>
> r~