From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKUR4-0000eQ-34 for qemu-devel@nongnu.org; Thu, 12 May 2011 07:52:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKUR3-0003Kn-Cn for qemu-devel@nongnu.org; Thu, 12 May 2011 07:52:06 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:61611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKUR3-0003Kb-5z for qemu-devel@nongnu.org; Thu, 12 May 2011 07:52:05 -0400 Received: by gxk26 with SMTP id 26so571106gxk.4 for ; Thu, 12 May 2011 04:52:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DCBC1F2.7090309@redhat.com> References: <1305194086-9832-1-git-send-email-stefanha@linux.vnet.ibm.com> <1305194086-9832-5-git-send-email-stefanha@linux.vnet.ibm.com> <4DCBB2B2.6070307@redhat.com> <4DCBB8AD.7000106@redhat.com> <4DCBC0A5.9040203@redhat.com> <4DCBC1F2.7090309@redhat.com> Date: Thu, 12 May 2011 12:52:04 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 4/4] coroutine: pool coroutines to speed up creation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Anthony Liguori , Venkateswararao Jujjuri , Stefan Hajnoczi , qemu-devel@nongnu.org On Thu, May 12, 2011 at 12:18 PM, Paolo Bonzini wrote= : > On 05/12/2011 01:15 PM, Stefan Hajnoczi wrote: >> >> It's just for completeness to make tools like valgrind happy. =A0Sure, >> the kernel will reclaim memory and we're just burning CPU by freeing >> this stuff;). > > But valgrind will not complain about reachable memory still allocated at > exit, at least not with the default command-line options. /me is outsmarted by valgrind Then I will remove pool freeing in v3. Stefan