Skip to content

Commit 4f56f15

Browse files
committed
release-notes: Note closure stack allocation fix
* documentation/source/release-notes/2025.1.rst: Add entry.
1 parent d890208 commit 4f56f15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/source/release-notes/2025.1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Compiler
5656
* Fixed `issue 1395 <https://github.com/dylan-lang/opendylan/issues/1395>`_, which
5757
prevented some valid variable names with a leading numeric from being parsed correctly.
5858

59+
* A bug in the LLVM back-end that could cause stack overflows in
60+
long-running functions that capture closures (such as for
61+
exception handlers) has been fixed.
62+
5963
Tools
6064
=====
6165

0 commit comments

Comments
 (0)