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: [tree-ssa] replace sibcall.c take 3


On Tue, Nov 18, 2003 at 01:05:22AM +0100, Jan Hubicka wrote:
> The problem is that referenced_vars is not updated when we remove all
> references of variable.  Since this is common with inlining, perhaps we
> want to recompute the list?

That seems reasonable.

> Also it would be nice to allow conversions where promoting rules ensure
> that the true return types will be same and noop conversions.  What is
> the most convenient way to deal with this?

Dunno.  We ignore it for now, I think.

> !   /* If this was a potential tail site, then emit a
> !      CALL_PLACEHOLDER with the normal and the tail streams.
>        One of them will be selected later.  */

Where does this happen now?  Or is the comment out of date?

Where tested?


r~


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