Re: LDC 1.32.0

2023-03-19 Thread zoujiaqing via Digitalmars-d-announce
On Sunday, 12 March 2023 at 16:51:18 UTC, Hipreme wrote: Super HUGE guys :D ftime-trace now outputting CTFE execution is one of the features I requested mostly, seems like it will start to become a lot more precise now. I'll test it ASAP. Also I'll look into if I'm able to bring the extern(Obj

Re: LDC 1.32.0

2023-03-14 Thread WB via Digitalmars-d-announce
On Sunday, 12 March 2023 at 16:11:21 UTC, kinke wrote: Glad to announce LDC 1.32.0. Major changes: - Based on D 2.102.2. - LLVM for prebuilt packages bumped to v15.0.7. - Linker-level dead code elimination is enabled by default for Apple, wasm and *all* ELF targets too now. - Vector

Re: LDC 1.32.0

2023-03-12 Thread H. S. Teoh via Digitalmars-d-announce
On Sun, Mar 12, 2023 at 04:11:21PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce LDC 1.32.0. Major changes: [...] Awesome! Big thanks to all the LDC contributors for their hard work to bring us this awesome compiler. T -- A bend in the road is not the end of the r

Re: LDC 1.32.0

2023-03-12 Thread Walter Bright via Digitalmars-d-announce
Ehhxcellent!

Re: LDC 1.32.0

2023-03-12 Thread Hipreme via Digitalmars-d-announce
On Sunday, 12 March 2023 at 16:11:21 UTC, kinke wrote: Glad to announce LDC 1.32.0. Major changes: - Based on D 2.102.2. - LLVM for prebuilt packages bumped to v15.0.7. - Linker-level dead code elimination is enabled by default for Apple, wasm and *all* ELF targets too now. - Vector

LDC 1.32.0

2023-03-12 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.32.0. Major changes: - Based on D 2.102.2. - LLVM for prebuilt packages bumped to v15.0.7. - Linker-level dead code elimination is enabled by default for Apple, wasm and *all* ELF targets too now. - Vector comparisons (==, !=, <, <=, >, >=) now yield a

Re: LDC 1.32.0-beta1

2023-02-28 Thread kinke via Digitalmars-d-announce
On Tuesday, 28 February 2023 at 06:01:51 UTC, newbie wrote: find one error for musl + aarch64: ```sh /ldc2/bin/../import/core/sys/posix/sys/stat.d(1659): Error: alias `core.sys.posix.sys.stat.__mode_t` conflicts with alias `core.sys.posix.sys.stat.__mode_t` at /ldc2/bin/../import/core/sys/pos

Re: LDC 1.32.0-beta1

2023-02-27 Thread newbie via Digitalmars-d-announce
On Monday, 27 February 2023 at 23:45:18 UTC, kinke wrote: Glad to announce the first beta for LDC 1.32. Major changes: * Based on D 2.102.1+. * LLVM for prebuilt packages bumped to v15.0.7. * Linker-level dead code elimination is enabled by default for Apple, wasm and *all* ELF targets too now.

Re: LDC 1.32.0-beta1

2023-02-27 Thread newbie via Digitalmars-d-announce
On Monday, 27 February 2023 at 23:45:18 UTC, kinke wrote: Glad to announce the first beta for LDC 1.32. Major changes: * Based on D 2.102.1+. * LLVM for prebuilt packages bumped to v15.0.7. * Linker-level dead code elimination is enabled by default for Apple, wasm and *all* ELF targets too now.

LDC 1.32.0-beta1

2023-02-27 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.32. Major changes: * Based on D 2.102.1+. * LLVM for prebuilt packages bumped to v15.0.7. * Linker-level dead code elimination is enabled by default for Apple, wasm and *all* ELF targets too now. * Vector comparisons (==, !=, <, <=, >, >=) now yield a ve