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: [CFT, try 8] Emulated tls rewrite


On 07/21/2010 01:23 AM, Richard Guenther wrote:
> Couldn't you do gsi_insert_on_edge_immediate?

I could.  It doesn't really help though, since the location at which
the call statement and the call edge are created is shared between
the normal statements and the phi statements.  It gets ugly either way.

> Btw, edge
> frequencies for calls that call to external functions are not used
> for anything I think.

Tell that to verify_cgraph.


r~


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