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

Per Nordlöw per.nordlow at gmail.com
Fri Aug 21 12:51:29 UTC 2020


On Friday, 21 August 2020 at 12:14:35 UTC, Adam D. Ruppe wrote:
> For my little webassembly demo I made a couple weeks ago, when 
> you do the "try it yourself" thing, it actually runs ldc on the 
> input and sends the output to the browser right there. No 
> caching or anything fancy... but since it compiles in 40 ms you 
> probably barely notice.

How big is that program?

Are you saying ldc's webassembly backend is much faster than its 
native (x86) backend?


More information about the Digitalmars-d mailing list