Jump to page: 1 2
Thread overview
LDC 1.8.0
Mar 04, 2018
kinke
Mar 05, 2018
Kai Nacke
Mar 05, 2018
Johannes Loher
Mar 05, 2018
kinke
Mar 05, 2018
Johannes Loher
Mar 06, 2018
Mike Parker
Mar 06, 2018
jmh530
Mar 06, 2018
Joakim
Mar 07, 2018
Stephan
Mar 08, 2018
Martin Nowak
Mar 13, 2018
Matthias Klumpp
Mar 13, 2018
kinke
Mar 13, 2018
Matthias Klumpp
Mar 13, 2018
kinke
Mar 24, 2018
Matthias Klumpp
Mar 25, 2018
aberba
Mar 30, 2018
Matthias Klumpp
March 04, 2018
Hi everyone,

on behalf of the LDC team, I'm glad to announce LDC 1.8. The highlights of this version in a nutshell:

* Based on D 2.078.3.
* New switch `-link-defaultlib-shared` to link against shared druntime/Phobos.
* Plugins support, compatible with existing Clang plugins.
* Support for LLVM IR-based PGO as alternative to existing (AST-based) PGO.
* Basic support for LLVM XRay instrumentation.

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

Thanks to all contributors!
March 05, 2018
On Sunday, 4 March 2018 at 22:37:21 UTC, kinke wrote:
> Hi everyone,
>
> on behalf of the LDC team, I'm glad to announce LDC 1.8. The highlights of this version in a nutshell:
>
> * Based on D 2.078.3.
> * New switch `-link-defaultlib-shared` to link against shared druntime/Phobos.
> * Plugins support, compatible with existing Clang plugins.
> * Support for LLVM IR-based PGO as alternative to existing (AST-based) PGO.
> * Basic support for LLVM XRay instrumentation.
>
> Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.8.0
>
> Thanks to all contributors!

Awesome! Thanks for the work!

Regards,
Kai
March 05, 2018
On Sunday, 4 March 2018 at 22:37:21 UTC, kinke wrote:
> Hi everyone,
>
> on behalf of the LDC team, I'm glad to announce LDC 1.8. The highlights of this version in a nutshell:
>
> * Based on D 2.078.3.
> * New switch `-link-defaultlib-shared` to link against shared druntime/Phobos.
> * Plugins support, compatible with existing Clang plugins.
> * Support for LLVM IR-based PGO as alternative to existing (AST-based) PGO.
> * Basic support for LLVM XRay instrumentation.
>
> Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.8.0
>
> Thanks to all contributors!
Thank you very much for your efforts! Will there also be a armhf Release?

March 05, 2018
On Monday, 5 March 2018 at 07:45:04 UTC, Johannes Loher wrote:
> Will there also be a armhf Release?

Yep; it'll most likely be up this evening (CET).
March 05, 2018
On Monday, 5 March 2018 at 12:14:52 UTC, kinke wrote:
> On Monday, 5 March 2018 at 07:45:04 UTC, Johannes Loher wrote:
>> Will there also be a armhf Release?
>
> Yep; it'll most likely be up this evening (CET).

I just saw that it is up now, thats awesome, thank you very much for your efforts!
March 06, 2018
On Sunday, 4 March 2018 at 22:37:21 UTC, kinke wrote:
>
> Thanks to all contributors!

And thanks to Johan Engelen and Joakim for putting together an announcement for the blog!

https://dlang.org/blog/2018/03/06/ldc-1-8-0-released/


Reddit:
https://www.reddit.com/r/programming/comments/82f9wk/ldcthe_llvmbased_d_compiler180_released/


March 06, 2018
On Tuesday, 6 March 2018 at 14:06:54 UTC, Mike Parker wrote:
> On Sunday, 4 March 2018 at 22:37:21 UTC, kinke wrote:
>>
>> Thanks to all contributors!
>
> And thanks to Johan Engelen and Joakim for putting together an announcement for the blog!
>
> https://dlang.org/blog/2018/03/06/ldc-1-8-0-released/
>
>
> Reddit:
> https://www.reddit.com/r/programming/comments/82f9wk/ldcthe_llvmbased_d_compiler180_released/

Great blog post. LDC has a lot more options than DMD for tuning things and I feel like I'm not so knowledgeable on some of them.
March 06, 2018
On Sunday, 4 March 2018 at 22:37:21 UTC, kinke wrote:
> Hi everyone,
>
> on behalf of the LDC team, I'm glad to announce LDC 1.8. The highlights of this version in a nutshell:
>
> * Based on D 2.078.3.
> * New switch `-link-defaultlib-shared` to link against shared druntime/Phobos.
> * Plugins support, compatible with existing Clang plugins.
> * Support for LLVM IR-based PGO as alternative to existing (AST-based) PGO.
> * Basic support for LLVM XRay instrumentation.
>
> Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.8.0
>
> Thanks to all contributors!

Cool! Thank you!

https://wiki.dlang.org/Build_D_for_Android
Says, that 64 Bit Android version is not ready yet, anything about this?
It is not really necessary for me, but would be cool, because unfortunately I have a 64 bit Android phone.

March 06, 2018
On Tuesday, 6 March 2018 at 15:44:14 UTC, Martin Tschierschke wrote:
> On Sunday, 4 March 2018 at 22:37:21 UTC, kinke wrote:
>> Hi everyone,
>>
>> on behalf of the LDC team, I'm glad to announce LDC 1.8. The highlights of this version in a nutshell:
>>
>> * Based on D 2.078.3.
>> * New switch `-link-defaultlib-shared` to link against shared druntime/Phobos.
>> * Plugins support, compatible with existing Clang plugins.
>> * Support for LLVM IR-based PGO as alternative to existing (AST-based) PGO.
>> * Basic support for LLVM XRay instrumentation.
>>
>> Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.8.0
>>
>> Thanks to all contributors!
>
> Cool! Thank you!
>
> https://wiki.dlang.org/Build_D_for_Android
> Says, that 64 Bit Android version is not ready yet, anything about this?
> It is not really necessary for me, but would be cool, because unfortunately I have a 64 bit Android phone.

Nothing new, unfortunately, though you can follow progress here:

https://github.com/ldc-developers/ldc/issues/2153

I plan to spend some time on it, but have been putting it off.
March 06, 2018
On Tuesday, 6 March 2018 at 16:54:59 UTC, Joakim wrote:
[...]
> Nothing new, unfortunately, though you can follow progress here:
>
> https://github.com/ldc-developers/ldc/issues/2153
>
> I plan to spend some time on it, but have been putting it off.
Thank you!

« First   ‹ Prev
1 2