This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: What to remove after tree-ssa is merged?
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: paul at codesourcery dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Feb 04 13:46:01 EST
- Subject: Re: What to remove after tree-ssa is merged?
e.g. in previously mentioned examples a COMPONENT_REF where the actual
offset depends on the size of an array which depends on the value of a
variable.
No, that's not correct. It doesn't depend on the value of a
*variable* but on a value within the instance of the type. There is
nothing to make it explicit *into* since the intent of the node is
that the value is to be obtained individually and at run-time from
each instance of an object of that type.