This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

gcc/gcc ChangeLog tree-ssa-threadupdate.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	law@gcc.gnu.org	2004-11-19 22:55:57

Modified files:
	gcc            : ChangeLog tree-ssa-threadupdate.c 

Log message:
	* tree-ssa-threadupdate.c: Replace REDIRECTION_DATA varray with
	a hash table.  Extensive modifications throughout to support
	that change.
	(struct el): New.
	(struct local_info): New.
	(struct redirection_data): Add new INCOMING_EDGES and DO_NOT_DUPLICATE
	fields.
	(redirection_data): Now a hashtable.
	(redirection_data_hash, redirection_data_eq): New.
	(lookup_redirection_data, create_duplicates): New.
	(create_edge_and_update_destionation_phis): New.
	(fixup_template_block, redirect_edges): New.
	(thread_block): Use hash table traversals instead of loops over
	varray entries or incoming edge vectors.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6425&r2=2.6426
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-threadupdate.c.diff?cvsroot=gcc&r1=2.13&r2=2.14


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