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: fix scheduling compile time regression


 In message <20020129150020.A8297@redhat.com>, Richard Henderson writes:
 > Iterative buildup of the clobber/use lists.
 > 
 > We had a USE of the pic register on the call insn (because the ABI
 > requires that we pass it along to the called function).  But regclass
 > had decided that the pic register wasn't the pic register without
 > flag_pic set.  So every call insn was listed as both a user and
 > clobberer of the pic register.
OK.  Probably not the cause of my problems.  The PA backend explicitly sets
flag_pic when in 64bit mode (ick).  Something to fix one day if we ever care
about the PA64 backend.

jeff


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