all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 52147@debbugs.gnu.org, Paul Pogonyshev <pogonyshev@gmail.com>
Subject: bug#52147: Eager macro-expansion is not performed in `eval-and-compile' functions
Date: Mon, 29 Nov 2021 20:14:51 +0100	[thread overview]
Message-ID: <8735nen590.fsf@web.de> (raw)
In-Reply-To: <87zgpnuft8.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 29 Nov 2021 16:44:51 +0100")

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	other threads:[~2021-11-29 19:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-27 19:37 bug#52147: Eager macro-expansion is not performed in `eval-and-compile' functions Paul Pogonyshev
2021-11-28 10:30 ` Michael Heerdegen
2021-11-28 21:53   ` Paul Pogonyshev
2021-11-29 15:44     ` Lars Ingebrigtsen
2021-11-29 19:14       ` Michael Heerdegen [this message]
2022-01-15 13:10         ` Lars Ingebrigtsen
2022-01-15 15:09           ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-01-20  9:50             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735nen590.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=52147@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=pogonyshev@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.