Re: [PATCH 02/24] accel/tcg: Make page_alloc_target_data allocation constant

2022-10-25 Thread Alex Bennée
Richard Henderson writes: > Use a constant target data allocation size for all pages. > This will be necessary to reduce overhead of page tracking. > Since TARGET_PAGE_DATA_SIZE is now required, we can use this > to omit data tracking for targets that don't require it. > > Signed-off-by: Richar

[PATCH 02/24] accel/tcg: Make page_alloc_target_data allocation constant

2022-10-05 Thread Richard Henderson
Use a constant target data allocation size for all pages. This will be necessary to reduce overhead of page tracking. Since TARGET_PAGE_DATA_SIZE is now required, we can use this to omit data tracking for targets that don't require it. Signed-off-by: Richard Henderson --- include/exec/cpu-all.h