qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] ARM - Remove fixed map code buffer restriction


From: David Gilbert
Subject: Re: [Qemu-devel] [PATCH] ARM - Remove fixed map code buffer restriction
Date: Mon, 12 Dec 2011 18:17:00 +0000

On 12 December 2011 18:10, andrzej zaborowski <address@hidden> wrote:
> On 12 December 2011 19:03, Peter Maydell <address@hidden> wrote:
>> On 12 December 2011 17:24, andrzej zaborowski <address@hidden> wrote:
>>> BTW: I think we can also use the "ld" branch when we see the goto
>>> target is in Thumb mode.
>>
>> The target of a goto is currently never Thumb (because gotos are
>> always to other TCG generated code and we only generate ARM insns).
>
> I'm aware of that, I just like functions that can do what their name
> says well. :)

It does have an assert which will catch it if you try, so no one
should get caught out
by it, and on ARMv7 the add is apparently an interworking branch, so I
think it might
even work.

Dave



reply via email to

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