qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/5] Better allocation of code_gen_buffer
@ 2012-10-16  7:30 Richard Henderson
  2012-10-16  7:30 ` [Qemu-devel] [PATCH 1/5] exec: Split up and tidy code_gen_buffer Richard Henderson
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Richard Henderson @ 2012-10-16  7:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel

Changes v3->v4:
  * Patch 5 actually included,
  * Patch 1 updates printf format for changed size_t.


r~


Richard Henderson (5):
  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: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c

 exec-all.h |   2 -
 exec.c     | 238 +++++++++++++++++++++++++++++++++----------------------------
 tcg/tcg.h  |   2 +-
 3 files changed, 128 insertions(+), 114 deletions(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2012-11-19 16:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16  7:30 [Qemu-devel] [PATCH v4 0/5] Better allocation of code_gen_buffer Richard Henderson
2012-10-16  7:30 ` [Qemu-devel] [PATCH 1/5] exec: Split up and tidy code_gen_buffer Richard Henderson
2012-10-16  7:30 ` [Qemu-devel] [PATCH 2/5] exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large Richard Henderson
2012-10-16  7:30 ` [Qemu-devel] [PATCH 3/5] exec: Do not use absolute address hints for code_gen_buffer with -fpie Richard Henderson
2012-11-18 20:48   ` Stefan Weil
2012-11-19 16:27     ` Richard Henderson
2012-10-16  7:30 ` [Qemu-devel] [PATCH 4/5] exec: Allocate code_gen_prologue from code_gen_buffer Richard Henderson
2012-10-16  7:30 ` [Qemu-devel] [PATCH 5/5] exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c Richard Henderson
2012-10-20  8:47 ` [Qemu-devel] [PATCH v4 0/5] Better allocation of code_gen_buffer Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).