This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add machine_dependent_reorg2


On Sun, Jun 22, 2003 at 03:56:04PM +0100, Richard Sandiford wrote:
> This patch adds a version of machine_dependent_reorg that runs after
> delayed-branch scheduling.  It's used by a patch I'm about to post.

I'm not sure what I think about this.  I've had other occasion
to want a md-reorg pass that runs before sched2.  And three such
passes seems excessive, and a clear sign of mis-design.

The alternative is to hijack dbr, much like ia64 hijacks sched2.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]