This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap on powerpc fails
> Figures? Tree checking is not cheap with GCC 4.x either.
Here are mine (Athlon64 2.4 GHz, 1 GB, c,c++,objc,obj-c++,java,fortran,ada):
gcc version 4.3.0 20061103 (experimental)
assert,runtime (aka release): 115 min
assert,runtime,misc: 176 min
assert,runtime,misc,gc: 186 min
assert,runtime,misc,gc,tree: 203 min
assert,runtime,misc,gc,tree,rtl,rtlflag 266 min
So I was wrong, tree checking is still relatively cheap; misc and rtl are not.
--
Eric Botcazou