Using MEM_EXPR inside a call expression
Richard Henderson
rth@redhat.com
Tue Sep 1 16:22:00 GMT 2009
On 08/28/2009 12:38 AM, Adam Nemet wrote:
> ... To assist the linker we need to annotate the indirect call
> with the function symbol.
>
> Since the call is expanded early...
Having experimented with this on Alpha a few years back,
the only thing I can suggest is to not expand them early.
I use a combination of peep2's and normal splitters to
determine if the post-call GP reload is needed, and to
expand the call itself.
r~
More information about the Gcc
mailing list