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: RFA [reload]: Fix PR other/58545


On 10/03/13 14:23, Joern Rennecke wrote:

2013-10-02  Joern Rennecke<joern.rennecke@embecosm.com>

	PR other/58545
	* reload1.c (update_eliminables_and_spill): New function, broken
	out of reload.
	(reload): Use it.  Check for frame size change after frame
	size alignment, and call update_eliminables_and_spill first
	if continue-ing.
With a testcase included, this is OK.

I still think we can get extra alignments, but the impact of them is reduced since we can use those slots for other things.

jeff


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