]> Git Repo - qemu.git/commit - translate-all.c
tcg: Emit prologue to the beginning of code_gen_buffer
authorRichard Henderson <[email protected]>
Sat, 19 Sep 2015 06:43:05 +0000 (23:43 -0700)
committerRichard Henderson <[email protected]>
Wed, 7 Oct 2015 09:36:53 +0000 (20:36 +1100)
commit8163b74938d8b7d12e70597c4553dd0dc49443d5
tree8cac7a8219d3e650cd0f9854fb62a73385383558
parent04fe64000162c45d8974da9ca4d266f8d0e67eb7
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/tcg.c
translate-all.c
This page took 0.023518 seconds and 4 git commands to generate.