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: Patch: Scheduler support for IA-64 speculation


Maxim Kuvyrkov wrote:

Vladimir N. Makarov wrote:

In general the patch is ok.  But you should fix some non critical
things mentioned in my comments.

Thanks for the patch.


Thank you a lot for observing all this code and for your comments.


The region scheduler and ebb scheduler alwasy use USE_GLAT. So you could remove it at all. But you can do this later because it will make a lot of changes in the patch which is already too big.


modulo-sched.c does not use USE_GLAT.

Sorry, I've missed that. Probably, it is worth to think to do it in modulo-sched.c too to remove USE_GLAT (in future, not in this patch of course).

Vlad



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