Re: [PATCH v4 6/8] x86/boot: fold/replace moves in video handling code

2022-04-05 Thread Roger Pau Monné
On Thu, Mar 31, 2022 at 11:50:00AM +0200, Jan Beulich wrote: > Replace (mainly) MOV forms with shorter insns (or sequences thereof). > > Signed-off-by: Jan Beulich Acked-by: Roger Pau Monné Thanks, Roger.

[PATCH v4 6/8] x86/boot: fold/replace moves in video handling code

2022-03-31 Thread Jan Beulich
Replace (mainly) MOV forms with shorter insns (or sequences thereof). Signed-off-by: Jan Beulich --- Of course there's more room for improvement. For example there look to be a number of LEAs which really could be MOVs. --- a/xen/arch/x86/boot/video.S +++ b/xen/arch/x86/boot/video.S @@ -121,8 +1