aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6107ee153f5..8f67b3f870f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3885,6 +3885,12 @@ At native compilation speed 2 and above, declared function types are
3885used for type propagation, value prediction, and optimization within 3885used for type propagation, value prediction, and optimization within
3886function bodies. 3886function bodies.
3887 3887
3888** Native compilation speed 2 now optimizes local calls.
3889Named calls between native-compiled functions in the same compilation
3890unit can now be optimized at speed 2 while still honoring later
3891redefinition through a trampoline. At speed 3, these calls keep the
3892previous direct-call behavior.
3893
3888** Nested backquotes are not supported any more in Pcase patterns. 3894** Nested backquotes are not supported any more in Pcase patterns.
3889 3895
3890--- 3896---