www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.32.2

reply kinke <noone nowhere.com> writes:
A new patch version was just released, mainly to fix a bad 
compile-time regression, but Johan also tackled challenges wrt. 
stack limits:

- Fix potentially huge compile slowdowns with `-g` and LLVM 15+.
- New CLI option `--fwarn-stack-size=<threshold>`.
- New CLI option `--fsplit-stack` for incremental stack 
allocations, see https://llvm.org/docs/SegmentedStacks.html.
- New CLI option `--indent` for the `timetrace2txt` tool.

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

Thanks to all contributors & sponsors!
May 12 2023
parent Walter Bright <newshound2 digitalmars.com> writes:
On 5/12/2023 1:30 PM, kinke wrote:
 Thanks to all contributors & sponsors!
Yes, indeed!
May 13 2023