This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3/mainline] cleanup cfg only once when not optimizing
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 28 Feb 2003 10:40:45 -0800
- Subject: Re: [3.3/mainline] cleanup cfg only once when not optimizing
- References: <20030228102819.GE5431@kam.mff.cuni.cz>
On Fri, Feb 28, 2003 at 11:28:19AM +0100, Jan Hubicka wrote:
> currently we call cleanup_cfg 4 times...
True, but wouldn't it make most sense to leave the last one
and not the first one?
How does this affect compile times and object sizes on, say,
a bootstrap with BOOT_CFLAGS=-O0?
r~