Re: [Qemu-devel] [PATCH v3 11/34] cputlb: Move most of iotlb code out of line
Richard Henderson writes: > Saves 2k code size off of a cold path. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée > --- > cputlb.c | 37 + > softmmu_template.h | 52 ++-- > 2 files c
[Qemu-devel] [PATCH v3 11/34] cputlb: Move most of iotlb code out of line
Saves 2k code size off of a cold path. Signed-off-by: Richard Henderson --- cputlb.c | 37 + softmmu_template.h | 52 ++-- 2 files changed, 47 insertions(+), 42 deletions(-) diff --git a/cputlb.c b/cpu