qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/26] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c


From: Richard Henderson
Subject: Re: [PATCH 10/26] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Date: Sat, 13 Mar 2021 12:48:57 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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.henderson@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

[Prev in Thread] Current Thread [Next in Thread]