[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: report from Kauai meeting
- To: sandra%defun@cs.utah.edu (Sandra J Loosemore)
- Subject: Re: report from Kauai meeting
- From: David N Gray <Gray@DSG.csc.ti.com>
- Date: Mon, 23 Jan 89 12:07:23 CST
- Cc: cl-compiler@sail.stanford.edu
- In-reply-to: Msg of Fri, 20 Jan 89 13:59:12 MST from sandra%defun@cs.utah.edu (Sandra J Loosemore)
- Sender: GRAY@Kelvin.csc.ti.com
> DEFCONSTANT-NOT-WIRED (v5)
> I think this issue is now dead, since you can get the required effect
> by saying (defconstant foo (load-time-value ...)).
It's not obvious that DEFCONSTANT should have special handling for this
idiom, and even so, that still doesn't prevent the value from being wired
in when compiling other files after the file containing the DEFCONSTANT is
loaded.