OSDN Git Service

tcg/arm: Expand epilogue inline
authorRichard Henderson <rth@twiddle.net>
Sun, 16 Feb 2020 09:36:56 +0000 (01:36 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 28 Feb 2020 18:58:41 +0000 (10:58 -0800)
commitfc1bfdfd0cc49cbe084b1da11a6fadf80b9c95c8
tree4cba30d3959ff05f984bbe440c6b21976aa00a71
parentd6fa50f536b2e4422f3065b6a11c4f8e42676f47
tcg/arm: Expand epilogue inline

It is, after all, just two instructions.

Profiling on a cortex-a15, using -d nochain to increase the number
of exit_tb that are executed, shows a minor improvement of 0.5%.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/arm/tcg-target.inc.c