Makefile.in (GGC, GGC_LIB): New.
authorRichard Henderson <rth@cygnus.com>
Sat, 4 Sep 1999 18:25:41 +0000 (11:25 -0700)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sat, 4 Sep 1999 18:25:41 +0000 (18:25 +0000)
commit0a25f1f5e2a425425b7d09e24a530bb6e0247393
tree068cd2859713068d2e717951d385915d6b99a4df
parent482cbc74aacb9f764edb4d97722fb0df3c3fd73e
Makefile.in (GGC, GGC_LIB): New.

* Makefile.in (GGC, GGC_LIB): New.
(HOST_RTL): Include ggc-none.o.
(ggc-simple.o): New target.
(ggc-none.o): Likewise.
* tree.h (tree_common): Add gc_mark.
* rtl.h (struct rtx_def): Steal a bit from code to make gc_mark.
(struct rtvec_def): Add gc_mark.
* emit-rtl.c (global_rtl): Update static initializers to contain
enough initializers.
* ggc.h, ggc-none.c, ggc-simple.c: New files.
* toplev.c (gc_time): New variable.
(all_time): New variable.
(compile_file): Print gc time.
(print_time): Calculate percentage of the whole.

From-SVN: r29106
gcc/ChangeLog
gcc/Makefile.in
gcc/emit-rtl.c
gcc/ggc-none.c [new file with mode: 0644]
gcc/ggc-simple.c [new file with mode: 0644]
gcc/ggc.h [new file with mode: 0644]
gcc/rtl.h
gcc/toplev.c
gcc/tree.h