This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
My last question
- To: gcc at gcc dot gnu dot org
- Subject: My last question
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Sun, 28 May 00 09:23:07 EDT
I see the way it was done was to avoid reassigning stack slots to objects
of a different alias set. That will indeed solve the problem but will
also have the effect, for most purposes, of disabling the sharing of temporary
slots. So I'd like to find some other approach if we can.