This is the mail archive of the gcc-bugs@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]

Re: Nested functions on ARM


On Tue, Nov 14, 2000 at 10:28:29AM -0800, Nick Clifton wrote:
> PS.  I noticed that when -mno-sched-prolog is not used it is possible
> for writes into stack slots (via the frame pointer) to be moved into
> the prolog...

Err.. if you're not scheduling the prologue, then it is
impossible to schedule anything into or out of it.  QED.

You've got gen_blockage there -- *nothing* can move across that.


r~

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