All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Walle <michael@walle.cc>
To: "Andreas Färber" <afaerber@suse.de>
Cc: qemu-stable@nongnu.org, qemu-devel@nongnu.org,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH qom-cpu 2/5] target-lm32: gen_intermediate_code_internal() should be inline
Date: Tue, 2 Jul 2013 23:16:39 +0200	[thread overview]
Message-ID: <201307022316.39780.michael@walle.cc> (raw)
In-Reply-To: <1372793496-7756-3-git-send-email-afaerber@suse.de>

Am Dienstag, 2. Juli 2013, 21:31:33 schrieb Andreas Färber:
> Reported-by: Richard Henderson <rth@twiddle.net>
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Andreas Färber <afaerber@suse.de>
> ---
>  target-lm32/translate.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/target-lm32/translate.c b/target-lm32/translate.c
> index 227a801..7d82dc7 100644
> --- a/target-lm32/translate.c
> +++ b/target-lm32/translate.c
> @@ -1011,8 +1011,9 @@ static void check_breakpoint(CPULM32State *env,
> DisasContext *dc) }
> 
>  /* generate intermediate code for basic block 'tb'.  */
> -static void gen_intermediate_code_internal(CPULM32State *env,
> -        TranslationBlock *tb, int search_pc)
> +static inline
> +void gen_intermediate_code_internal(CPULM32State *env,
> +                                    TranslationBlock *tb, int search_pc)
>  {
>      struct DisasContext ctx, *dc = &ctx;
>      uint16_t *gen_opc_end;

Acked-by: Michael Walle <michael@walle.cc>

-- 
michael

  reply	other threads:[~2013-07-02 21:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02 19:31 [Qemu-devel] [PATCH qom-cpu 0/5] TCG code generation performance fix Andreas Färber
2013-07-02 19:31 ` [Qemu-devel] [PATCH qom-cpu 1/5] target-cris: gen_intermediate_code_internal() should be inlined Andreas Färber
2013-07-02 19:31 ` [Qemu-devel] [PATCH qom-cpu 2/5] target-lm32: gen_intermediate_code_internal() should be inline Andreas Färber
2013-07-02 21:16   ` Michael Walle [this message]
2013-07-02 19:31 ` [Qemu-devel] [PATCH qom-cpu 3/5] target-microblaze: " Andreas Färber
2013-07-02 19:31 ` [Qemu-devel] [PATCH qom-cpu 4/5] target-moxie: " Andreas Färber
2013-07-02 19:31 ` [Qemu-devel] [PATCH qom-cpu 5/5] target-xtensa: " Andreas Färber
2013-07-02 19:59 ` [Qemu-devel] [PATCH qom-cpu 0/5] TCG code generation performance fix Richard Henderson
2013-07-02 20:13   ` Andreas Färber

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=201307022316.39780.michael@walle.cc \
    --to=michael@walle.cc \
    --cc=afaerber@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-stable@nongnu.org \
    --cc=rth@twiddle.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.