This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: strict-aliasing and typedefs
- From: Brad Lucier <lucier at math dot purdue dot edu>
- To: gdr at integrable-solutions dot net (Gabriel Dos Reis)
- Cc: schwab at suse dot de (Andreas Schwab), lucier at math dot purdue dot edu (Brad Lucier), gcc at gcc dot gnu dot org
- Date: Wed, 14 May 2003 16:45:57 -0500 (EST)
- Subject: Re: strict-aliasing and typedefs
> As I understand it, he would like an object-based non-alias
> optimization, I believe restrict is a good candidate.
Well, actually, I think I would have many things that point to the heap,
and perhaps several things that point to the stack (but that's not clear
in my mind, perhaps every access to the stack would go through the stack
pointer).
Brad