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

James Lu jamtlu at gmail.com
Wed Aug 26 15:46:47 UTC 2020


On Wednesday, 26 August 2020 at 13:16:08 UTC, Andrei Alexandrescu 
wrote:
> 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?

It results in machine code (in my case, x86) in memory.


More information about the Digitalmars-d mailing list