This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Splitting after rleload question...
- To: Jan Hubicka <hubicka at atrey dot karlin dot mff dot cuni dot cz>
- Subject: Re: Splitting after rleload question...
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 03 Nov 1998 12:09:26 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19981102135315.18491@atrey.karlin.mff.cuni.cz>you write:
> according to ChangeLog egcs now does splitting after reload in case
> scheduler is started.
yes.
> Does make sense to do splits anyway and remove splits
> from final pass?
No. There are cases where you want to split before and after we generate
the flow2 info.
jeff