DMD AArch64 progress

Salih Dincer salihdb at hotmail.com
Sat Mar 8 02:03:21 UTC 2025


On Friday, 7 March 2025 at 17:41:13 UTC, Walter Bright wrote:
> 
> Next, I needed to get it running with ImportC for x86. That 
> blew up. It seems that old test suite is doing its job and 
> detecting faults in ImportC! But my focus is on compiling the 
> code with AArch64, so I'm just filing bug reports on ImportC to 
> fix later.
>

That's impressive!

Why prioritize adapting legacy C tests over using D's `-betterC` 
mode to validate the AArch64 backend and low-level codegen?

Because risks masking AArch64-specific codegen flaws (e.g., 
register pressure, non-uniform integer widths, or C→AArch64 ABI 
mismatches) that only raw, unaltered C exercises.

Thanks...

SDB at 79




More information about the Digitalmars-d mailing list