OSDN Git Service

* Makefile.in (GGC, GGC_LIB): New.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Sep 1999 18:25:41 +0000 (18:25 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Sep 1999 18:25:41 +0000 (18:25 +0000)
commit05513b452c469f1b9600c9b2cca224a7dd32062d
tree068cd2859713068d2e717951d385915d6b99a4df
parent7086d72a013ca952df8d8d1aae2fb61e5a24d1a5
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29106 138bc75d-0d04-0410-961f-82ee72b054a4
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