This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, rfc] add case-values-threshold as a param
- From: Eric Christopher <echristo at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 14 Oct 2004 10:04:11 -0700
- Subject: Re: [patch, rfc] add case-values-threshold as a param
- References: <Pine.LNX.4.44.0410131749180.23863-100000@www.eyesopen.com>
On Wed, 2004-10-13 at 17:33, Roger Sayle wrote:
> On Wed, 13 Oct 2004, Eric Christopher wrote:
> > 2004-10-12 Eric Christopher <echristo@redhat.com>
> >
> > * params.def: Add PARAMS_CASE_VALUES_THRESHOLD.
> > * expr.c (case_value_threshold): Rewrite and use. Include
> > params.h.
> > * doc/invoke.texi: Document new param.
>
> You'll also need to update Makefile.in, to add $(PARAMS_H) to expr.o's
> dependencies, now that params.h is #included in expr.c.
>
Heck. thanks :)
> With that change, this patch is OK for gcc 4.1. It's technically neither
> a clean-up nor a bug fix, so officially it's not really suitable for
> mainline during stage3. I was considering being lenient, but according
That's fine. Most of the work I've been doing has either been for rhat
internal or cleanup externally, not necessarily bugzilla bugs. Mostly
I've been fixing anything assigned to me.
> Hopefully, you won't consider this unfair.
Not too much :)
-eric
--
Eric Christopher <echristo@redhat.com>