Richard Henderson <[email protected]> writes:
> Instead of creating GStrings and passing them into log_disas, > just print the annotations directly in tb_gen_code. > > Fix the annotations for the slow paths of the TB, after the > part implementing the final guest instruction. > > Reviewed-by: Thomas Huth <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> I guess what we loose in the inline annotation we gain in simpler code. We can always grep stuff out of the logs if we need to: Reviewed-by: Alex Bennée <[email protected]> -- Alex Bennée
