public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* prevent gcc to generate jump to function instead call
@ 2018-12-16 14:41 David Livshin
  2018-12-16 20:06 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: David Livshin @ 2018-12-16 14:41 UTC (permalink / raw)
  To: gcc-help

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: prevent gcc to generate jump to function instead call
  2018-12-16 14:41 prevent gcc to generate jump to function instead call David Livshin
@ 2018-12-16 20:06 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2018-12-16 20:06 UTC (permalink / raw)
  To: David Livshin; +Cc: gcc-help

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-16 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-16 14:41 prevent gcc to generate jump to function instead call David Livshin
2018-12-16 20:06 ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).