[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: optimizing defconst
From: |
John Paul Wallington |
Subject: |
Re: optimizing defconst |
Date: |
Sat, 27 Oct 2007 21:44:07 +0100 |
User-agent: |
Microsoft Gnus Express, Build 511.230 |
Dan Nicolaescu <address@hidden> writes:
> Given this:
>
> (defconst viper-xemacs-p (featurep 'xemacs))
>
> (defun foo()
> (if viper-xemacs-p (error "Hmmmm")))
>
>
> Shouldn't `foo' be optimized to just do nothing?
>
> It is not:
[...]
> Am I missing something?
I suppose the question is whether there is lots of extant third-party
Emacs Lisp code that tries to set or let-bind constant variables and
if so whether it is worth breaking that code. FWIW, I found that the
version of BBDB that I am using let-binds the constant variable
`bbdb-gag-messages'.
- optimizing defconst, Dan Nicolaescu, 2007/10/27
- Re: optimizing defconst, Stefan Monnier, 2007/10/27
- Re: optimizing defconst, Dan Nicolaescu, 2007/10/27
- Re: optimizing defconst, Richard Stallman, 2007/10/28
- Re: optimizing defconst, Kim F. Storm, 2007/10/29
- Re: optimizing defconst, Juanma Barranquero, 2007/10/29
- Re: optimizing defconst, Johan Bockgård, 2007/10/29
- Re: optimizing defconst, Davis Herring, 2007/10/29
- Re: optimizing defconst, Richard Stallman, 2007/10/29
- Re: optimizing defconst,
John Paul Wallington <=
- Re: optimizing defconst, Kim F. Storm, 2007/10/27