Re: [PATCH REBASE RESEND 0/4] improve speed of rep ins emulation

2012-09-06 Thread Avi Kivity
On 09/03/2012 03:24 PM, Gleb Natapov wrote: This series (or rather the last patch of it) takes different approach to rep ins optimization. Instead of writing separate fast path for it do the fast path inside emulator itself. This way nobody can say the code is not reused! Patch 1,2 are now,

[PATCH REBASE RESEND 0/4] improve speed of rep ins emulation

2012-09-03 Thread Gleb Natapov
This series (or rather the last patch of it) takes different approach to rep ins optimization. Instead of writing separate fast path for it do the fast path inside emulator itself. This way nobody can say the code is not reused! Patch 1,2 are now, strictly speaking, not needed, but I think this