This is the mail archive of the gcc@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: Question on fixup_abnormal_edges


In message <10210161140.AA20375@vlsi1.ultra.nyu.edu>, Richard Kenner writes:
 >    Admittedly some of the code for that isn't written, but it's possible.
 >    It would be easier to disallow call-clobbered registers across that
 >    edge.
 >
 >Agreed, especially since caller-save registers are a borderline
 >optimization anyway.
Consider a target where all registers in a particular class are
caller-saved.  This happens (for example) on 32bit Sparc ABI for the
floating point registers.  If you don't do caller-save you lose
so badly it's not even funny.  I have no idea if this applies to the
64bit Sparc ABI.

jeff


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