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

must_alias question


Hi,
I've localized the problem with tail call into combination of must_alias
and tail recursion ellimination pass, so I am trying to understand what
effect must_alias may have.

One thing that looks strange to me is clearing of
may_point_to_global_mem for variable whose address is taken.  Isn't this
the other way around?  (ie we can look for pointers that are never
assigned to global memory addresses or other pointers with this flag).

Next step is obviously to review all tail recursion decisions made by
compiler...

Honza


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