gcc/gcc Makefile.in ChangeLog.tree-ssa tree-ss ...
dberlin@gcc.gnu.org
dberlin@gcc.gnu.org
Tue Oct 21 18:47:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: tree-ssa-20020619-branch
Changes by: dberlin@gcc.gnu.org 2003-10-21 18:47:19
Modified files:
gcc : Makefile.in ChangeLog.tree-ssa tree-ssa-pre.c
Log message:
2003-10-21 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-pre.c (pre_expression): Free and allocate the
ephi_pindex_htab and phi_pred_cache in this function only.
(phi_pred_cache): New array to store cached phi preds, to avoid
recomputation and unnecessary copying.
(subst_phis): Use it.
(added_phis): array of added phis that is marked for GC.
* Makefile.in: Add tree-ssa-pre.c to the gtype files, and
gt-tree-ssa-pre.h to the list of generated files.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.903.2.122&r2=1.903.2.123
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.tree-ssa.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.2.769&r2=1.1.2.770
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-pre.c.diff?cvsroot=gcc&only_with_tag=tree-ssa-20020619-branch&r1=1.1.4.91&r2=1.1.4.92
More information about the Gcc-cvs
mailing list