prevent gcc to generate jump to function instead call

Florian Weimer fweimer@redhat.com
Sun Dec 16 20:06:00 GMT 2018


* David Livshin:

> how to prevent gcc from generating a jump to a function instead a
> call?

It depends on where the jump is coming from.  You could try if
-fno-optimize-sibling-calls helps in your case.

Thanks,
Florian



More information about the Gcc-help mailing list