Re: Beta 2.085.0

2019-02-17 Thread Per Nordlöw via Digitalmars-d-announce

On Sunday, 17 February 2019 at 12:34:12 UTC, Per Nordlöw wrote:
What's not found in the changelog is an optimization sweeping 
large allocations that is inspired by your report 
https://forum.dlang.org/thread/zrouxhbkssrncyinh...@forum.dlang.org: https://github.com/dlang/druntime/pull/2430


Thank you!


Made a comment about size types, regarding why 24 bytes wasn't 
included in the size set, @rainers ?


https://github.com/dlang/druntime/pull/2384#issuecomment-464488155


LDC 1.14.0

2019-02-17 Thread kinke via Digitalmars-d-announce

Glad to announce LDC 1.14:

* Based on D 2.084.1.
* Linking WebAssembly doesn't require an integrated LLD linker 
anymore (e.g., also working with distro packages and wasm-ld 
linker).
* 32-bit LTO-able druntime/Phobos newly bundled with prebuilt 
Windows packages.

* AddressSanitizer support for fibers.
* Various fixes.

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


Thanks to all contributors!


Re: Beta 2.085.0

2019-02-17 Thread Per Nordlöw via Digitalmars-d-announce
On Sunday, 17 February 2019 at 07:49:24 UTC, Rainer Schuetze 
wrote:

It is listed as "Bugzilla 19455: GC wastes too much memory".

What's not found in the changelog is an optimization sweeping 
large allocations that is inspired by your report 
https://forum.dlang.org/thread/zrouxhbkssrncyinh...@forum.dlang.org: https://github.com/dlang/druntime/pull/2430


Thank you!


Re: Beta 2.085.0

2019-02-17 Thread Temtaime via Digitalmars-d-announce

On Saturday, 16 February 2019 at 15:06:51 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.085.0 release, ♥ to 
the 49 contributors.


http://dlang.org/download.html#dmd_beta 
http://dlang.org/changelog/2.085.0.html


As usual please report any bugs at
https://issues.dlang.org

-Martin


-transition=intpromote leads to compile error instead of continue 
to work as it stated in the docs.