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

MrSmith mrsmith33 at yandex.ru
Wed Aug 26 20:10:09 UTC 2020


On Wednesday, 26 August 2020 at 19:26:17 UTC, Per Nordlöw wrote:
> How should I best build vox for maximum performance?

It needs cli version passed:
ldc2 -d-version=cli -m64 -O3 -release -boundscheck=off 
-enable-inlining -flto=full -i main.d -of=./tjc




More information about the Digitalmars-d mailing list