Is there any language that native-compiles faster than D?

Per Nordlöw per.nordlow at gmail.com
Wed Aug 26 19:26:17 UTC 2020


On Wednesday, 26 August 2020 at 17:27:48 UTC, MrSmith wrote:
> I run benchmark myself and here is what Vox code should look 
> like based on D code:

Ok, thanks.

How should I best build vox for maximum performance?

These alternatives correctly produce a binary:

     dmd -i main.d
     ldmd2 -i main.d
     ldmd2 -O -release -i main.d

but running the binary produced

     ldmd2 -O -release -i main.d

prints

     Running 218 tests

but never completes...


More information about the Digitalmars-d mailing list