From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, "Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH v2 0/4] Clean-up codegen cache size
Date: Fri, 28 Feb 2020 19:24:11 +0000 [thread overview]
Message-ID: <20200228192415.19867-1-alex.bennee@linaro.org> (raw)
Hi,
A few tweaks to the final commit so we are a little less greedy for
translation buffer, especially for the CONFIG_USER case. Otherwise
I've applied the review tags.
Alex Bennée (4):
accel/tcg: use units.h for defining code gen buffer sizes
accel/tcg: remove link between guest ram and TCG cache size
accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts
accel/tcg: increase default code gen buffer size for 64 bit
accel/tcg/translate-all.c | 61 +++++++++++++++++++++++----------------
1 file changed, 36 insertions(+), 25 deletions(-)
--
2.20.1
next reply other threads:[~2020-02-28 19:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 19:24 Alex Bennée [this message]
2020-02-28 19:24 ` [PATCH v2 1/4] accel/tcg: use units.h for defining code gen buffer sizes Alex Bennée
2020-02-28 19:24 ` [PATCH v2 2/4] accel/tcg: remove link between guest ram and TCG cache size Alex Bennée
2020-02-28 20:17 ` Niek Linnenbank
2020-02-28 19:24 ` [PATCH v2 3/4] accel/tcg: only USE_STATIC_CODE_GEN_BUFFER on 32 bit hosts Alex Bennée
2020-02-28 19:24 ` [PATCH v2 4/4] accel/tcg: increase default code gen buffer size for 64 bit Alex Bennée
2020-02-28 20:18 ` Niek Linnenbank
2020-02-29 1:46 ` [PATCH v2 0/4] Clean-up codegen cache size Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200228192415.19867-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).