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]

Re: PATCH: Fix 20000724-1.c


On Tue, May 01, 2001 at 01:38:14PM +0200, Jan Hubicka wrote:
> Imagine that you take address of stack slot into register,
> then read using that register and then deallocate.  I don't
> see any way scheduler will add dependancy between deallocate
> and read.

Yes, I did notice and comment on this problem yesterday in one
of the messages on this thread.  I don't know what to do about it.

> > Worse come to worse, it might make sense to not do stack
> > comhining across volatile asms either.
> Why exactly?

As a last resort to fix the problem.  It wasn't necessary.


r~


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