This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Remove BB_VISITED
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 14 Mar 2005 07:47:33 -0500
- Subject: Re: [patch] Remove BB_VISITED
- Organization: Red Hat Canada
- References: <20050314114358.GA1904@atrey.karlin.mff.cuni.cz>
On Mon, Mar 14, 2005 at 12:44:00PM +0100, Zdenek Dvorak wrote:
> * basic-block.h (BB_VISITED): Removed.
> * cfganal.c (dfs_enumerate_from): Do not use BB_VISITED flag.
>
I like it. Any large compile time slow downs? If not, this is
fine.
Thanks. Diego.