From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMmfD-0004Ue-5F for qemu-devel@nongnu.org; Fri, 12 Oct 2012 17:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMmfC-0002dn-50 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 17:20:59 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:52942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMmfB-0002dX-U4 for qemu-devel@nongnu.org; Fri, 12 Oct 2012 17:20:58 -0400 Received: by mail-pb0-f45.google.com with SMTP id rp2so3204247pbb.4 for ; Fri, 12 Oct 2012 14:20:57 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Fri, 12 Oct 2012 14:20:46 -0700 Message-Id: <1350076850-7099-1-git-send-email-rth@twiddle.net> In-Reply-To: References: Subject: [Qemu-devel] [PATCH v3 0/4] Better allocation of code_gen_buffer with -fpie List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl This revision of the patch set takes Blue's suggestion to split up code_gen_alloc into several pieces. It does seem to clean things up a bit. The first patch is cleanup, doing the split. The third patch does in one line what I was trying to accomplish with the first revision of this patch. The second and fourth patches are new. The patch set is available from git://github.com/rth7680/qemu.git exec r~ Richard Henderson (4): exec: Split up and tidy code_gen_buffer exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large exec: Do not use absolute address hints for code_gen_buffer with -fpie exec: Allocate code_gen_prologue from code_gen_buffer exec.c | 232 +++++++++++++++++++++++++++++++++----------------------------- tcg/tcg.h | 2 +- 2 files changed, 123 insertions(+), 111 deletions(-) -- 1.7.11.7