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: Reload patch for PA call rewrite.


On Sun, Nov 17, 2002 at 04:48:38PM -0700, Jeff Law wrote:
> For the hardware managed BTS machines we should probably disable sibling
> call optimizations as they'll scrog the BTS.

I can't believe this is true.  Please explain to me why

	push
	push
	pop
	pop

maintains a stack while

	push
	jump
	pop

doesn't.


r~


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