bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#52147: Eager macro-expansion is not performed in `eval-and-compile'


From: Michael Heerdegen
Subject: bug#52147: Eager macro-expansion is not performed in `eval-and-compile' functions
Date: Mon, 29 Nov 2021 20:14:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> We usually don't stress a lot about the performance of interpreted
> (i.e., uncompiled) code.

Well we do, a bit,

  (info "(elisp) How Programs Do Loading")

says that loading a file performs eager macro expansion and that does
speed up the resulting code.  `eval', `eval-when-compile' and
`eval-and-compile' don't perform eager macro expansion.  I don't know to
what degree this is on purpose.  But if a macro is defined later in the
file or in another file that has not yet been loaded this may not be
possible anyway.

Michael.





reply via email to

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