This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: COMPONENT_REFs referring to non-aliasing structures don't alias - take 3
On Thu, Mar 28, 2002 at 12:43:54AM -0800, Dan Nicolaescu wrote:
> Given that it's not clear yet that this optimization is valid for
> C, it makes sense to allow other languages to implement it using a
> langhook (for example it's perfectly valid in Java).
In another thread Bryce mentioned he had a patch by which he
assigned unique alias set numbers to his fields. I sort of
like that better that this.
r~