Re: [PATCH v17 02/16] tcg: Record orig_nb_ops TCGContext

2023-10-15 Thread Alex Bennée
Richard Henderson writes: > Remember the value of nb_ops before optimization. > To be copied into TBStatistics when desired. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v17 02/16] tcg: Record orig_nb_ops TCGContext

2023-10-03 Thread Richard Henderson
Remember the value of nb_ops before optimization. To be copied into TBStatistics when desired. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 3 +++ tcg/tcg.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/include/tcg/tcg.h b/include/tcg/tcg.h index 82b4625773..e49574b7