commit | 4316de32e71ae2626bbf8483a0265c61d3e3a05f | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Aug 06 13:17:20 2021 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 25 13:57:51 2023 +0000 |
tree | 71a66e389154934b14c916b4de050fe0129e9883 | |
parent | 48c12ba748bae9d8c5d20748226115f91fb88ad9 [diff] |
tcg/mips: Aggressively use the constant pool for n64 calls Repeated calls to a single helper are common -- especially the ones for softmmu memory access. Prefer the constant pool to longer sequences to increase sharing. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>