This is the mail archive of the gcc-bugs@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]

[Bug tree-optimization/39689] IPA should compute if a function may recurse



------- Comment #5 from hubicka at ucw dot cz  2009-04-08 16:53 -------
Subject: Re:  IPA should compute if a function may recurse

> 
> Hmm.  Probably only that it doesn't work for non-local calls as in
> this case malloc/free.  The oracle already queries the IPA reference

We probably should have some general predicate telling if function call
might lead to calling back into current unit and mark quite few BUILTINS
that they can not.

I want to add MAY edges to cgraph too in foreseeable future and then we
can use this info too.

Honza


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39689


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