On 3/10/21 6:21 PM, Richard Henderson wrote:
Buffer management is integral to tcg.  Do not leave the allocation
to code outside of tcg/.  This is code movement, with further
cleanups to follow.

Signed-off-by: Richard Henderson<richard.hender...@linaro.org>
---
  include/tcg/tcg.h         |   2 +-
  accel/tcg/translate-all.c | 414 +------------------------------------
  tcg/region.c              | 421 +++++++++++++++++++++++++++++++++++++-
  3 files changed, 418 insertions(+), 419 deletions(-)

This broke in_code_gen_buffer, which wasn't updated to match.  Will be fixed in 
v2.


r~

Reply via email to