* 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
* 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