+183
−116
+18
−27
File changed.
Preview size limit exceeded, changes collapsed.
Loading
Instead of populating the entire register file, read in registers as they are accessed, and write back only the modified ones. This saves a VMREAD and VMWRITE on Intel (for rsp, since it is not usually used during emulation), and a two 128-byte copies for the registers. Signed-off-by:Avi Kivity <avi@redhat.com> Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com>
File changed.
Preview size limit exceeded, changes collapsed.