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

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Aug 26 13:16:08 UTC 2020


On 8/25/20 9:13 PM, James Lu wrote:
> V8 JavaScript compiles faster:
> 
> $ d8 --always-opt --trace-opt --single-threaded --no-compilation-cache 
> mandelbrot.js | ts -s "%.s"

Interesting. What is the result of that compilation? A traditional 
binary file, or a webassembly?


More information about the Digitalmars-d mailing list