Skip to content

Commit 8f71ef7

Browse files
edolstraRadvendii
andauthored
Update doc/manual/source/release-notes/rl-2.32.md
Co-authored-by: Taeer Bar-Yam <[email protected]>
1 parent 8142989 commit 8f71ef7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/manual/source/release-notes/rl-2.32.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@
7878
- `fetchTarball` and `fetchurl` now correctly substitute (#14138)
7979

8080
At some point we stopped substituting calls to `fetchTarball` and `fetchurl` with a set `narHash` to avoid incorrectly substituting things in `fetchTree`, even though it would be safe to substitute when calling the legacy `fetch{Tarball,url}`. This fixes that regression where it is safe.
81+
- Started moving AST allocations into a bump allocator [#14088](https://github.com/NixOS/nix/issues/14088)
8182

83+
This leaves smaller, immutable structures in the AST. So far this saves about 2% memory on a NixOS config evaluation.
8284
## Contributors
8385

8486
This release was made possible by the following 32 contributors:

0 commit comments

Comments
 (0)