On 12 December 2011 17:24, andrzej zaborowski <balr...@gmail.com> 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). If we did need to be able to do a goto-Thumb we'd want to support the short-range version too. But I think we might as well leave it until we actually need it. -- PMM