commit | 0036e54e7abfd8ea7f3aeb7db2daa23b25cc8094 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Apr 09 23:08:12 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 11 09:53:41 2023 +0100 |
tree | 526fbde7159f40cd29517d78388bec78223619e0 | |
parent | da8ab70ad17762e1ad1c4de01f981adebd26f851 [diff] |
tcg/i386: Convert tcg_out_qemu_st_slow_path Use tcg_out_st_helper_args. This eliminates the use of a tail call to the store helper. This may or may not be an improvement, depending on the call/return branch prediction of the host microarchitecture. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>