www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.27.0

reply kinke <noone nowhere.com> writes:
Glad to announce LDC 1.27 - some highlights:

* Based on D 2.097.1+.
* LLVM for prebuilt packages bumped to v12.0.1.
* Prebuilt packages now bundle reggae for faster building of dub 
projects.
* Greatly improved DLL support on Windows, including bundled 
druntime and Phobos DLLs, making it almost as easy as on Posix.
* Prebuilt Linux and Mac packages can show significant compiler 
performance increases due to newly employing the mimalloc 
allocator.
* Important fixes for `-linkonce-templates`, DWARF v5 (e.g. with 
linked-in C[++] parts compiled with gcc 11) and bundled dub 
supporting somewhat longer paths on Windows.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.27.0

Thanks to all contributors & sponsors!
Jul 31 2021
parent russhy <russhy gmail.com> writes:
On Saturday, 31 July 2021 at 14:28:45 UTC, kinke wrote:
 Glad to announce LDC 1.27 - some highlights:

 * Based on D 2.097.1+.
 * LLVM for prebuilt packages bumped to v12.0.1.
 * Prebuilt packages now bundle reggae for faster building of 
 dub projects.
 * Greatly improved DLL support on Windows, including bundled 
 druntime and Phobos DLLs, making it almost as easy as on Posix.
 * Prebuilt Linux and Mac packages can show significant compiler 
 performance increases due to newly employing the mimalloc 
 allocator.
 * Important fixes for `-linkonce-templates`, DWARF v5 (e.g. 
 with linked-in C[++] parts compiled with gcc 11) and bundled 
 dub supporting somewhat longer paths on Windows.

 Full release log and downloads: 
 https://github.com/ldc-developers/ldc/releases/tag/v1.27.0

 Thanks to all contributors & sponsors!
Congrats for release! And thanks for this awesome compiler, powering my server since a very long time already, great perf
Jul 31 2021