qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/2] tcg: improve dead computation


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH v3 0/2] tcg: improve dead computation
Date: Thu, 4 Jun 2015 21:47:06 +0200

This patchset is composed of two patches. The last one that has already
been sent and reviewed on the mailing list. However, while I believe it
is correct, it trigger a bug in the register allocation, causing some
regressions, especially on 32-bit hosts.

The first patch therefore fix the bug triggered by the second one.

Aurelien Jarno (2):
  tcg: fix register allocation with two aliased dead inputs
  tcg: fix dead computation for repeated input arguments

 tcg/tcg.c | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]