emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master be342f73bd: * etc/NEWS.28: Mention `make-closure`


From: Stefan Monnier
Subject: master be342f73bd: * etc/NEWS.28: Mention `make-closure`
Date: Tue, 6 Sep 2022 17:20:44 -0400 (EDT)

branch: master
commit be342f73bd8680a8113a41954ae303388a18a1f7
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * etc/NEWS.28: Mention `make-closure`
---
 etc/NEWS.28 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/NEWS.28 b/etc/NEWS.28
index 01e8ac112f..5b7d054fd3 100644
--- a/etc/NEWS.28
+++ b/etc/NEWS.28
@@ -3605,6 +3605,13 @@ pairs.
 ** New function 'mail-header-parse-address-lax'.
 Parse a string as a mail address-like string.
 
+** New function 'make-closure'.
+This function is used internally by the byte-compiler: calls to it are
+inserted into the generated bytecode to handle closures more
+efficiently than the old code which relied on
+'make-byte-code' instead.
+It also makes the disassembly more readable.
+
 ** New function 'make-separator-line'.
 Make a string appropriate for usage as a visual separator line.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]