ARM first & default LDC
Walter Bright
newshound2 at digitalmars.com
Sat Dec 19 08:18:16 UTC 2020
On 12/18/2020 8:10 PM, Kali wrote:
> So you only added 1 target?
The backend targets:
* 16 bit DOS
* 16 bit Windows (yes, it's different)
* 286 protected mode
* 386 DOS extenders
* OS/2
Yes, the above are obsolete. But it shows the adaptability of the backend design.
* 32 bit Windows
* 64 bit Windows
* OSX 32/64, FreeBSD 32/64, Linux 32/64
There are obsolete 68000 and PowerPC targets written by others.
There's a partial 32 bit ARM target written by another.
Win64 is only one target, sure, but it was a crucial one for D.
More information about the Digitalmars-d
mailing list