commit | 8b86d6d25807e13a63ab6ea879f976b9f18cc45a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Apr 15 20:54:54 2019 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Apr 24 13:04:33 2019 -0700 |
tree | f29fd7599e756b459c2fca9af822a6c151fe4ea5 | |
parent | 464c2969d5d7a0a5d38d2aa5d930986df876d3fb [diff] |
tcg: Hoist max_insns computation to tb_gen_code In order to handle TB's that translate to too much code, we need to place the control of the length of the translation in the hands of the code gen master loop. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>