Non-x86 targets for DMD

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Mon May 22 07:49:46 PDT 2017


On Monday, 22 May 2017 at 01:05:04 UTC, solidstate1991 wrote:
> On Wednesday, 17 May 2017 at 22:16:35 UTC, Kagamin wrote:
>>
>> Can't you run it in qemu?
>
> Probably I could, might even work parallel with other stuff, 
> especially stuff that are mainly lexical (register naming, 
> etc). So far I studied the ARM assembly language, and it seems 
> less scary than the x86 one, also the conditional execution 
> might be useful with the ? : operators (if thumb isn't used).

Conditional execution is not in the later models of ARM, I 
believe.
Also does not really provide advantages over conditional jumps, 
except in rare circumstances.


More information about the Digitalmars-d mailing list