This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Tiny compilation time improvement


On Mon, Dec 20, 1999 at 07:44:15PM +0100, Christophe Jaillet wrote:
> While looking around in the file "stupid.c", I have noticed that in some
> places, some else statement "where missing".

Applied.  Next time don't forget a ChangeLog entry.



r~


1999-12-27  Christophe Jaillet  <jaillet.christophe@caramail.com>

	* alias.c (nonlocal_reference_p): Add else for disjoint ifs.
	* flow.c (find_use_as_address): Likewise.
	* function.c (fixup_var_refs_1): Likewise.
	(walk_fixup_memory_subreg, fixup_stack_1): Likewise.
	* jump.c (invert_exp, redirect_exp): Likewise.
	* loop.c (replace_call_address): Likewise.
	(count_nonfixed_reads): Likewise.
	* rtlanal.c (modified_between_p): Likewise.
	(modified_in_p, volatile_insn_p, volatile_refs_p): Likewise. 
	(side_effects_p, replace_regs, jmp_uses_reg_or_mem): Likewise.
	* unroll.c (remap_split_bivs): Likewise.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]