digitalmars.D.announce - LDC 1.25.0-beta1
- kinke (12/12) Jan 09 2021 Glad to announce the first beta for LDC 1.25 - some highlights:
- Imperatorn (2/14) Jan 09 2021 Nice!
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (2/3) Jan 09 2021 Great work!
- ryuukk_ (2/14) Jan 09 2021 thanks to the LDC team, amazing work and amazing compiler!
- Guillaume Piolat (4/7) Jan 09 2021 Pretty cool! Always has wondered how D template "just work" and
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
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
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
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
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