www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.20.0

reply kinke <noone nowhere.com> writes:
Glad to announce LDC 1.20:

* Based on D 2.090.1+.
* Codegen preparations (but druntime/Phobos support still 
lacking) for
   * iOS/tvOS/watchOS on AArch64
   * WASI (WebAssembly System Interface)
* Mac: support for embedding `pragma({lib,linkerDirective}, ...)` 
in object files, e.g., `pragma(linkerDirective, "-framework", 
"CoreFoundation");`.
* Linux: fix potential stack overflows in GC worker threads.
* CLI fix for options specified with 2 (not just 1) leading 
dashes, e.g., --lowmem.
* Support for data directives in DMD-style inline asm.
* Phobos fixes for soft-float targets.

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

Thanks to all contributors!
Feb 14 2020
next sibling parent "H. S. Teoh" <hsteoh quickfur.ath.cx> writes:
On Fri, Feb 14, 2020 at 10:31:13PM +0000, kinke via Digitalmars-d-announce
wrote:
 Glad to announce LDC 1.20:
Awesome!!! Big thanks again to the LDC team! T -- The easy way is the wrong way, and the hard way is the stupid way. Pick one.
Feb 14 2020
prev sibling next sibling parent reply zoujiaqing <zoujiaqing gmail.com> writes:
On Friday, 14 February 2020 at 22:31:13 UTC, kinke wrote:
 Glad to announce LDC 1.20:

 * Based on D 2.090.1+.
 * Codegen preparations (but druntime/Phobos support still 
 lacking) for
   * iOS/tvOS/watchOS on AArch64
   * WASI (WebAssembly System Interface)
 * Mac: support for embedding `pragma({lib,linkerDirective}, 
 ...)` in object files, e.g., `pragma(linkerDirective, 
 "-framework", "CoreFoundation");`.
 * Linux: fix potential stack overflows in GC worker threads.
 * CLI fix for options specified with 2 (not just 1) leading 
 dashes, e.g., --lowmem.
 * Support for data directives in DMD-style inline asm.
 * Phobos fixes for soft-float targets.

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

 Thanks to all contributors!
Thanks LDC team! Thanks Jacob for iOS/tvOS/watchOS on AArch64! Love Love Love :)
Feb 14 2020
parent Jacob Carlborg <doob me.com> writes:
On 2020-02-15 07:17, zoujiaqing wrote:

 Thanks LDC team!
 
 Thanks Jacob for iOS/tvOS/watchOS on AArch64!
Thanks :) -- /Jacob Carlborg
Feb 15 2020
prev sibling parent Guillaume Piolat <first.last gmail.com> writes:
On Friday, 14 February 2020 at 22:31:13 UTC, kinke wrote:
 Glad to announce LDC 1.20:

 * Based on D 2.090.1+.
 * Codegen preparations (but druntime/Phobos support still 
 lacking) for
   * iOS/tvOS/watchOS on AArch64
Wow wow wow!!! Thanks!!!
Feb 17 2020