From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: Gabriel.Dos-Reis@dptmaths.ens-cachan.fr (Gabriel Dos Reis) Cc: egcs@cygnus.com Subject: Re: egcs-1.1 release schedule Date: Sat, 20 Jun 1998 09:22:00 -0000 Message-id: <199806201621.JAA04445@atrus.synopsys.com> References: <199806201335.PAA13904@piano.dptmaths.ens-cachan.fr> X-SW-Source: 1998-06/msg00702.html > Is there any project to improve alias analysis (C++) and const > reference optimization to be included in egcs-1.1 ? egcs-1.1 is unlikely to contain anything that isn't in the current snapshot (except for simple bug fixes). It will have ADDRESSOF, which can improve some simple cases (passing a struct or class with one field by const reference to an inlined function, for example).