This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Improving Alias Analysis
On Thu, Oct 17, 2002 at 05:48:09PM +0530, Sanjiv Kumar Gupta, Noida wrote:
> This is primarily because it does not record sufficient
> info for alias analysis, by which, it can know what
> values various registers are supposed to contain
> at a particular program point.
This is because intended usage is not "at a particular point",
but function-wide. If you want the former, you'll have to
come up with some different infrastructure.
r~