This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: More MEM tracking stuff
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: More MEM tracking stuff
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 24 Oct 2001 13:15:09 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <10110241836.AA09499@vlsi1.ultra.nyu.edu>
On Wed, Oct 24, 2001 at 02:36:15PM -0400, Richard Kenner wrote:
> The problem is that if a record has alias set 0, we don't want to use
> another alias set to reference a field in the record since the temp slot...
Oh nevermind. I forgot the stack slot sharing code was also in alias.c.
> I was going back and forth on that. My logic for a different prefix was
> that I didn't want it to be confused with a default hook, but perhaps you
> are right.
Personally I don't think there's any reason to have this function
here at all. It's used only by chill and fortran. Chill should
be removed, and Fortran can just define the function itself.
r~