On Saturday, 26 September 2020 at 21:45:09 UTC, Martin Nowak wrote:
Glad to announce D 2.094.0, ♥ to the 49 contributors.

This release comes with faster compiler binaries (built with ldc), direct git dependencies in dub, better type checking of vectors, and improved template instantiation diagnostics.

http://dlang.org/download.html
http://dlang.org/changelog/2.094.0.html

-Martin

Binaries took a while to hit Arch repositories, but now they did and I'm immediately pleasantly surprised.

2.093.1:
$ time dub build -c dev
Performing "debug" build using dmd for x86_64.
[...]
max memory:                3598 MB

2.094.0:
$ time dub build -c dev
Performing "debug" build using dmd for x86_64.
[...]
max memory:                3277 MB

Is it because of dmd being built with ldc?

Reply via email to