This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Cygnus Supported GCC vs. EGCS GCC
- To: Neal Becker <neal at ctd dot comsat dot com>
- Subject: Re: Cygnus Supported GCC vs. EGCS GCC
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Tue, 14 Oct 1997 20:12:13 -0700
- cc: frichard at bbn dot com, egcs at cygnus dot com, jvs at bbn dot com, asolomon at bbn dot com, kpowers at cygnus dot com
Really? Isn't haifa enabled by default?
No, because not all ports have been tuned for it yet, and it may give
slower code for ports that have been specifically tuned for the old scheduler.
The plan is to make it the default for all targets, but there is no schedule
for when this will happen.
There are some ports that enable haifa by default as long as --disable-haifa
wasn't used. This appears to includes all of the HPPA ports, but none of
the others.
Jim