[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eval-when-compile vs defconst
From: |
Stefan Monnier |
Subject: |
Re: eval-when-compile vs defconst |
Date: |
Mon, 13 Nov 2006 15:18:27 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) |
> Surely it's there to avoid calling (and loading) `regexp-opt' at load
> time, and the concat is merely along for the ride?
Indeed.
> Unless the optimizer already evaluates calls to `regexp-opt' on quoted
> lists, it seems useful to me.
It used not to, but I believe it now should be properly optimized.
Stefan
- eval-when-compile vs defconst, Stephen Leake, 2006/11/11
- eval-when-compile vs defconst, Bob Rogers, 2006/11/11
- Re: eval-when-compile vs defconst, Richard Stallman, 2006/11/12
- Re: eval-when-compile vs defconst, Stephen Leake, 2006/11/12
- Re: eval-when-compile vs defconst, Markus Triska, 2006/11/12
- Re: eval-when-compile vs defconst, Richard Stallman, 2006/11/13
- Re: eval-when-compile vs defconst, Stuart D. Herring, 2006/11/13
- Re: eval-when-compile vs defconst,
Stefan Monnier <=
- Re: eval-when-compile vs defconst, Markus Triska, 2006/11/14
- Re: eval-when-compile vs defconst, Richard Stallman, 2006/11/14