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 Wed, 5 Mar 2003 22:48:15 +0100, Pop Sébastian <pop at gauvain dot u-strasbg dot fr> wrote:

> why not simplify_array_ref_to_plus all the ARRAY_REFs?

Because currently alias set calculations work better with the ARRAY_REF
form; with an ARRAY_REF it's clear that it references a particular
subobject of the array.  I'm not sure that this is a reason to keep it in
the long term, though.  Other thoughts?

Jason


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