RE: [PATCH v3 21/28] tcg: Allocate code_gen_buffer into struct tcg_region_state

2021-06-09 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Do not mess around with setting values within tcg_init_ctx. > Put the values into 'region' directly, which is where they will live for the > lifetime > of the program. > > Signed-off-by: Richard Henderson > --- > tcg/region.c | 64 ++---

Re: [PATCH v3 21/28] tcg: Allocate code_gen_buffer into struct tcg_region_state

2021-06-09 Thread Alex Bennée
Richard Henderson writes: > Do not mess around with setting values within tcg_init_ctx. > Put the values into 'region' directly, which is where they > will live for the lifetime of the program. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v3 21/28] tcg: Allocate code_gen_buffer into struct tcg_region_state

2021-05-02 Thread Richard Henderson
Do not mess around with setting values within tcg_init_ctx. Put the values into 'region' directly, which is where they will live for the lifetime of the program. Signed-off-by: Richard Henderson --- tcg/region.c | 64 ++-- 1 file changed, 27 insert