This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Interprocedural detection of readonly andnon-addressable static variables


On Wed, 2005-06-08 at 19:56 +0200, Jan Hubicka wrote:
> > This is part 1 (of 7) of the interprocedural work Kenny and I have been
> > doing for static variables, type-escape analysis, and pure/const
> > detection.
> > 
> > This is the scanning code that finds information about which static
> > variables are written/referenced/address taken in a given procedure.
> 
> I realize that there is actually no interface into aliasing bits yet,
> but is it possible to have some testcases that the pass work as expected
> or is it to come later? :)

I'll work some up and promise to have them ready with either the next
version of the patch, or when it is committed (depending on the results
of the review).

--Dan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]