dmd Arm64 - first function compile!

Timon Gehr timon.gehr at gmx.ch
Wed Jun 5 10:55:06 UTC 2024


On 6/2/24 08:30, Walter Bright wrote:
> 
> Hacking away listening to Brain Pain metal, the first function compiles:
> 
> ```
> void foo() { }
> ```
> 
> dmd -c test.d -vasm
> 
> producing:
> 
> ```
> _D4test3fooFZv:
> 0000:   D6 5F 03 C0  ret
> ```

Nice!


More information about the Digitalmars-d mailing list