www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.25.0-beta1

reply kinke <noone nowhere.com> writes:
Glad to announce the first beta for LDC 1.25 - some highlights:

- Based on D 2.095.0+.
- LLVM for prebuilt packages bumped to v11.0.1.
- Profile/trace LDC invocations via --ftime-trace.
- New Windows installer.
- New experimental template emission scheme for 
-linkonce-templates. This option can significantly accelerate 
compilation times for optimized builds (e.g., 56% faster on my 
box when compiling the optimized Phobos unittests).

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

Please help test, and thanks to all contributors & sponsors!
Jan 09 2021
next sibling parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Saturday, 9 January 2021 at 11:48:46 UTC, kinke wrote:
 Glad to announce the first beta for LDC 1.25 - some highlights:

 - Based on D 2.095.0+.
 - LLVM for prebuilt packages bumped to v11.0.1.
 - Profile/trace LDC invocations via --ftime-trace.
 - New Windows installer.
 - New experimental template emission scheme for 
 -linkonce-templates. This option can significantly accelerate 
 compilation times for optimized builds (e.g., 56% faster on my 
 box when compiling the optimized Phobos unittests).

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

 Please help test, and thanks to all contributors & sponsors!
Nice!
Jan 09 2021
prev sibling next sibling parent Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Saturday, 9 January 2021 at 11:48:46 UTC, kinke wrote:
 Glad to announce the first beta for LDC 1.25 - some highlights:
Great work!
Jan 09 2021
prev sibling next sibling parent ryuukk_ <ryuukk_ gmail.com> writes:
On Saturday, 9 January 2021 at 11:48:46 UTC, kinke wrote:
 Glad to announce the first beta for LDC 1.25 - some highlights:

 - Based on D 2.095.0+.
 - LLVM for prebuilt packages bumped to v11.0.1.
 - Profile/trace LDC invocations via --ftime-trace.
 - New Windows installer.
 - New experimental template emission scheme for 
 -linkonce-templates. This option can significantly accelerate 
 compilation times for optimized builds (e.g., 56% faster on my 
 box when compiling the optimized Phobos unittests).

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

 Please help test, and thanks to all contributors & sponsors!
thanks to the LDC team, amazing work and amazing compiler!
Jan 09 2021
prev sibling parent Guillaume Piolat <first.last gmail.com> writes:
On Saturday, 9 January 2021 at 11:48:46 UTC, kinke wrote:
 -linkonce-templates. This option can significantly accelerate 
 compilation times for optimized builds (e.g., 56% faster on my 
 box when compiling the optimized Phobos unittests).
Pretty cool! Always has wondered how D template "just work" and you don't have to know where they are instantiated. It's cool if it can work even faster.
Jan 09 2021