On 06/30/2017 07:36 AM, Pranith Kumar wrote:
This patch enables the indirect jump path using an LDR (literal)
instruction. It will be interesting to test and see which performs
better among the two paths.
CC: Alex Bennée <alex.ben...@linaro.org>
Reviewed-by: Richard Henderson <r...@twiddle.net>
Signed-off-by: Pranith Kumar <bobby.pr...@gmail.com>
Applied all to tcg-next.
Bonus points for converting USE_DIRECT_JUMP to a run-time flag, perhaps
controllable by a -d bit. That would further enable easy benchmarking of the
two paths.
r~