summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/syslog.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-09-15 15:16:00 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-10-24 15:27:19 +0200
commit0fe4fca4e1a5e06a270127dd80bb753d4dda61c6 (patch)
treea084c6075233094c328d65ad60560fa574e90791 /scripts/tracetool/backend/syslog.py
parent620abfb004543404bef1953e25da2ad77352941a (diff)
downloadfocaccia-qemu-0fe4fca4e1a5e06a270127dd80bb753d4dda61c6.tar.gz
focaccia-qemu-0fe4fca4e1a5e06a270127dd80bb753d4dda61c6.zip
tcg: try sti when moving a constant into a dead memory temp
This comes from free from unifying tcg_reg_alloc_mov and
tcg_reg_alloc_movi's handling of TEMP_VAL_CONST.  It triggers
often on moves to cc_dst, such as the following translation
of "sub $0x3c,%esp":

  before:                          after:
  subl   $0x3c,%ebp                subl   $0x3c,%ebp
  movl   %ebp,0x10(%r14)           movl   %ebp,0x10(%r14)
  movl   $0x3c,%ebx                movl   $0x3c,0x2c(%r14)
  movl   %ebx,0x2c(%r14)

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1473945360-13663-1-git-send-email-pbonzini@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/tracetool/backend/syslog.py')
0 files changed, 0 insertions, 0 deletions