LDC 1.15.0
Radu
void at null.pt
Fri Apr 12 12:43:10 UTC 2019
On Saturday, 6 April 2019 at 17:40:39 UTC, kinke wrote:
> Glad to announce LDC 1.15:
>
> * Based on D 2.085.1.
> * Support for LLVM 8.0. The prebuilt packages ship with LLVM
> 8.0.0 and include the Khronos SPIRV-LLVM-Translator, so that
> dcompute can now emit OpenCL too.
> * New -lowmem switch to enable the GC for the front-end,
> trading compile times for less required memory (in some cases,
> by more than 60%).
> * New generic @llvmAttr("name") parameter UDAs, incl. @restrict
> with C-like semantics.
> * Dropped support for 32-bit macOS. Min macOS version for
> prebuilt package raised to 10.9.
> * Prebuilt packages don't depend on libtinfo/libedit and don't
> require SSSE3 anymore.
> * Fix: functions annotated with `pragma(inline, true)` are
> implicitly cross-module-inlined again.
>
> [...]
Thank you!
More information about the Digitalmars-d-announce
mailing list