Searched hist:"8163 b74938d8b7d12e70597c4553dd0dc49443d5" (Results 1 – 2 of 2) sorted by relevance
/qemu/accel/tcg/ |
H A D | translate-all.c | 8163b74938d8b7d12e70597c4553dd0dc49443d5 Sat Sep 19 06:43:05 UTC 2015 Richard Henderson <rth@twiddle.net> tcg: Emit prologue to the beginning of code_gen_buffer
By putting the prologue at the end, we risk overwriting the prologue should our estimate of maximum TB size. Given the two different placements of the call to tcg_prologue_init, move the high water mark computation into tcg_prologue_init.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
|
/qemu/tcg/ |
H A D | tcg.c | 8163b74938d8b7d12e70597c4553dd0dc49443d5 Sat Sep 19 06:43:05 UTC 2015 Richard Henderson <rth@twiddle.net> tcg: Emit prologue to the beginning of code_gen_buffer
By putting the prologue at the end, we risk overwriting the prologue should our estimate of maximum TB size. Given the two different placements of the call to tcg_prologue_init, move the high water mark computation into tcg_prologue_init.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
|