From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKyXm-00076H-S6 for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:51:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKyXl-00075j-Ur for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:51:58 -0400 Received: from [199.232.76.173] (port=57368 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKyXl-00075e-OI for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:51:57 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]:35372) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKyXl-0001pN-AS for qemu-devel@nongnu.org; Sun, 28 Jun 2009 13:51:57 -0400 Received: by fg-out-1718.google.com with SMTP id d23so796483fga.8 for ; Sun, 28 Jun 2009 10:51:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5b31733c0906281023n637cd3eax60d14bbe618f63ec@mail.gmail.com> References: <20090623135958.660903e1@doriath> <4A412135.2060804@us.ibm.com> <4A435F09.7050702@redhat.com> <20090625161143.01b56eea@doriath> <4A4492FD.4040704@redhat.com> <20090626094224.GE28206@redhat.com> <20090627125833.22d3cc9f@doriath> <4A4791D9.2050400@redhat.com> <5b31733c0906281023n637cd3eax60d14bbe618f63ec@mail.gmail.com> Date: Sun, 28 Jun 2009 20:51:56 +0300 Message-ID: Subject: Re: [Qemu-devel] Re: [PATCH 08/11] QMP: Port balloon command From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Filip Navara Cc: Anthony Liguori , ehabkost@redhat.com, jan.kiszka@siemens.com, dlaor@redhat.com, qemu-devel@nongnu.org, Luiz Capitulino , Avi Kivity On 6/28/09, Filip Navara wrote: > On Sun, Jun 28, 2009 at 5:52 PM, Avi Kivity wrote: > > It really isn't very complicated, and > > the thread only got so long because the topic is relatively simple. Post an > > RFC and a mile-long patchset about changing TCG to SSA form, and see how you > > get no replies. > > > I wouldn't even dare to push the SSA patch... Mile-long doesn't > describe it precisely enough. Imagine it was applied to all the > targets. Is there a speed benefit from using the SSA form? In theory, a new code generator could be added alongside the current one and when (if?) everyone is happy with it, switch to the new one.