This is the mail archive of the gcc@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]
Other format: [Raw text]

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


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