This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Exception causing insns in delay slots


   From: law@redhat.com
   Date: Fri, 26 Apr 2002 14:37:49 -0600
   
   ps.  The trick of modifying the return value in a delay slot of a call is an
   interesting optimization, but is not generally useful on targets which have a
   call/return stack for predicting branches.  This is why we disable it anytime
   we're optimizing for a PA8000 or newer machine.
   
I keep forgetting the make the Sparc backend do likewise when
generating code for UltraSPARC or later, for the same reason.


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