From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25548 invoked by alias); 11 Oct 2002 19:56:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25533 invoked by uid 71); 11 Oct 2002 19:56:02 -0000 Date: Fri, 11 Oct 2002 12:56:00 -0000 Message-ID: <20021011195602.25532.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Jan Hubicka Subject: Re: c/7344: performance regression on huge case statements Reply-To: Jan Hubicka X-SW-Source: 2002-10/txt/msg00474.txt.bz2 List-Id: The following reply was made to PR c/7344; it has been noted by GNATS. From: Jan Hubicka To: Richard Henderson , Jan Hubicka , Nathanael Nerode , gcc-gnats@gcc.gnu.org, rschiele@uni-mannheim.de, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-patches@gcc.gnu.org Cc: Subject: Re: c/7344: performance regression on huge case statements Date: Fri, 11 Oct 2002 21:46:25 +0200 > 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~