We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228edd6 commit 1de2eb9Copy full SHA for 1de2eb9
NEWS.md
@@ -4,7 +4,7 @@ Julia v1.12 Release Notes
4
New language features
5
---------------------
6
7
-* New experimental option `--trim` that creates smaller binaries by removing code not proven to be reachable from
+* New experimental option `--trim` that creates smaller binaries by removing code that can be proven to be _unreachable_ from
8
entry points. Entry points can be marked using `Base.Experimental.entrypoint` ([#55047]). Not all
9
code is expected to work with this option, and since it is experimental you may encounter problems.
10
* Redefinition of constants is now well defined and follows world age semantics ([#57253]). Additional redefinitions
0 commit comments