qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 15/16] tci: Define TCG_TARGET_INSN_UNIT_SIZE


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 15/16] tci: Define TCG_TARGET_INSN_UNIT_SIZE
Date: Mon, 12 May 2014 16:13:18 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 05/09/2014 06:52 AM, Peter Maydell wrote:
> though I note there are a number of functions that
> use the pattern
> 
>     uint8_t *old_code_ptr = s->code_ptr;
>     [...emit stuff...]
>     old_code_ptr[1] = s->code_ptr - old_code_ptr;
> 
> which could perhaps use tcg_insn_unit * rather than uint8_t * ?

Yes, probably.  There are quite a few changes I'd like to make to tci...


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]