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: Mechanism to configure default scheduling model on PA


On Fri, May 31, 2002 at 12:13:13AM -0400, John David Anglin wrote:
> The default scheduling model was changed recently from that for the 7100
> processor to that for the 8000 processors.  This change was not particularly
> suitable for older hardware.
> 
> This patch introduces a mechanism to configure the default scheduling
> model.  The 700 model is used for pa1.0 targets, the 7100 model is
> used for pa1.1 targets, and the 8000 model is used for all other
> targets (ie., it's still the default).  The sophisticated user
> can define TARGET_SCHED_DEFAULT in BOOT_CFLAGS if some other default
> is desired.

May I suggest that you create and use a 'tm_defines' variable along
the lines of the existing xm_defines, rather than having lots of tiny
pa-<n>.h headers?

zw


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