This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: apply_change_group optimization
- To: gcc-patches at gcc dot gnu dot org, jh at suse dot cz, kenner at vlsi1 dot ultra dot nyu dot edu, rth at cygnus dot com
- Subject: Re: apply_change_group optimization
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 14 May 01 12:23:14 EDT
Mon May 14 16:19:10 CEST 2001 Jan Hubicka <jh@suse.cz>
* recog.c (apply_change_group): Avoid unneeded validating.
This is basically OK, but I think it's going to be cleaner to just set
last_validated at the end of the loop and to merge the two tests of
object at the start of the loop ("If there is no object to test or if it
is the same as the one we already tested, ignore it.").