[cfe-dev] Indirect call generation for other than native targets
David Chisnall
David.Chisnall at cl.cam.ac.uk
Tue Jan 29 01:25:53 PST 2013
On 29 Jan 2013, at 09:05, ihusar at fit.vutbr.cz wrote:
> How can i make the nonnaticve targets generate direct calls?
I don't understand the question. In both cases, you have a direct call. The only difference is that in the first it is being called as a variadic function with no arguments and in the latter as a non-variadic function of no arguments. In both cases, it's a direct call. Did you look at the assembly generated?
David
More information about the cfe-dev
mailing list