This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: if-conversion a performance bottleneck
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: if-conversion a performance bottleneck
- From: Richard Henderson <rth at cygnus dot com>
- Date: Mon, 1 May 2000 15:29:34 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <200005011754.MAA24161@polya.math.purdue.edu>
On Mon, May 01, 2000 at 12:54:35PM -0500, Brad Lucier wrote:
> Perhaps with the calls to verify_flow_info, this is a temporary effect,
> I don't know.
Oops. That call was supposed to be ifdef ENABLE_CHECKING.
With that fixed, are compilation times mostly sane?
r~