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]
Other format: [Raw text]

Re: [tree-ssa] PATCH to expose calculation of VLA ARRAY_REFs


On Fri, Mar 07, 2003 at 08:06:13AM -0700, law at redhat dot com wrote:
> That's also my impression from talking with the SGI folks -- my recollection
> was that if you end up having to reconstruct the array references from 
> pointer arithmetic, then you've already lost.
> 
You've lost all the information about the original dimensions, right,
but the compiler could propose new array dimensions from the analysis of 
access functions.  I think that this could lead to a more systematic handling 
of memory accesses.  Again, these are just my thoughts, and I am ready to 
consider all the alternatives.

	Sebastian


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