All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] tcg: improve dead computation
@ 2015-06-04 19:47 Aurelien Jarno
  2015-06-04 19:47 ` [Qemu-devel] [PATCH v3 1/2] tcg: fix register allocation with two aliased dead inputs Aurelien Jarno
  2015-06-04 19:47 ` [Qemu-devel] [PATCH v3 2/2] tcg: fix dead computation for repeated input arguments Aurelien Jarno
  0 siblings, 2 replies; 4+ messages in thread
From: Aurelien Jarno @ 2015-06-04 19:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno, Richard Henderson

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-04 21:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 19:47 [Qemu-devel] [PATCH v3 0/2] tcg: improve dead computation Aurelien Jarno
2015-06-04 19:47 ` [Qemu-devel] [PATCH v3 1/2] tcg: fix register allocation with two aliased dead inputs Aurelien Jarno
2015-06-04 21:17   ` Richard Henderson
2015-06-04 19:47 ` [Qemu-devel] [PATCH v3 2/2] tcg: fix dead computation for repeated input arguments Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.