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

MrSmith mrsmith33 at yandex.ru
Wed Aug 26 23:14:57 UTC 2020


On Wednesday, 26 August 2020 at 23:07:28 UTC, Per Nordlöw wrote:
> I guess it's time to start running the binary aswell to see if 
> there are any speed differences.

Vox uses SSA form + linear scan register allocation, but no other 
major optimizations are done yet. I would guess performance 
between debug and release version of other compilers. You may 
want to check --print-mem and --print-time flags to get detailed 
stats.


More information about the Digitalmars-d mailing list