Related articles |
---|
Pointer alias analysis? sesha@chanakya.csa.iisc.ernet.in (R Seshadri) (1994-02-05) |
Re: Pointer alias analysis? jhummel@cy4.ICS.UCI.EDU (Joseph Edward Hummel) (1994-02-07) |
Re:Pointer Alias Analysis ghiya@vani.cs.mcgill.ca (1994-02-08) |
Re: Pointer alias analysis? jhummel@cy4.ICS.UCI.EDU (Joseph Edward Hummel) (1994-02-08) |
Re: Pointer alias analysis? donawa@bnr.ca (chris (c.d.) donawa) (1994-02-09) |
Re: Pointer alias analysis? mehrotra@csrd.uiuc.edu (1994-02-12) |
Newsgroups: | comp.compilers |
From: | "R Seshadri" <sesha@chanakya.csa.iisc.ernet.in> |
Keywords: | optimize, analysis, question |
Organization: | Compilers Central |
Date: | Sat, 5 Feb 1994 18:36:24 GMT |
Hi netters,
I am doing aliasing analysis on language C and Fortran 90 as part of my
M.E thesis. Most of the aliasing analysis I have seen does not take care
of pointers to array locations.
For example, Aliasing output doesn't distinguish between the below
statements.
int *a,b[10];
a = &b[0];
a = &b[5];
If the range of arrays can be properly incorporated in the
aliasing analysis then probably this analysis can be done. Has anybody
done any work in this regard?
Thanx in advance.
--
R. Seshadri
PD-164 IISc Students Hostel,
Indian Institute of Science
Malleswaram,
Bangalore-12,
PIN: 560012.
INDIA. email: sesha@chanakya.csa.iisc.ernet.in
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.