Re: LDC 1.36.0

2024-01-06 Thread H. S. Teoh via Digitalmars-d-announce
On Sat, Jan 06, 2024 at 06:03:54PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce LDC 1.36.0. Major changes: > > * Based on D 2.106.1. > * Support for LLVM 17; the prebuilt packages use v17.0.6. > * New GDC-compatible CLI options `-fno-{exceptions,moduleinfo,rtti}` to >

LDC 1.36.0

2024-01-06 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.36.0. Major changes: * Based on D 2.106.1. * Support for LLVM 17; the prebuilt packages use v17.0.6. * New GDC-compatible CLI options `-fno-{exceptions,moduleinfo,rtti}` to selectively enable some `-betterC` effects. * Support for sample-based PGO via clang-compatible

Re: Beta 2.107.0

2024-01-06 Thread Bastiaan Veelo via Digitalmars-d-announce
On Tuesday, 2 January 2024 at 12:49:51 UTC, Iain Buclaw wrote: http://dlang.org/changelog/2.107.0.html **@standalone** is a new attribute that can be used to mark module constructors that run after druntime has been initialized, but do not depend on any other module constructors being run