diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -3885,6 +3885,12 @@ At native compilation speed 2 and above, declared function types are | |||
| 3885 | used for type propagation, value prediction, and optimization within | 3885 | used for type propagation, value prediction, and optimization within |
| 3886 | function bodies. | 3886 | function bodies. |
| 3887 | 3887 | ||
| 3888 | ** Native compilation speed 2 now optimizes local calls. | ||
| 3889 | Named calls between native-compiled functions in the same compilation | ||
| 3890 | unit can now be optimized at speed 2 while still honoring later | ||
| 3891 | redefinition through a trampoline. At speed 3, these calls keep the | ||
| 3892 | previous 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 | --- |