[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: UNDEFINED-VARIABLES-AND-FUNCTIONS (Version 1)
- To: cl-cleanup@sail.stanford.edu
- Subject: Issue: UNDEFINED-VARIABLES-AND-FUNCTIONS (Version 1)
- From: barmar@Think.COM
- Date: Fri, 13 Jan 89 22:10:44 EST
- In-reply-to: cl-cleanup@sail.stanford.edu's message of 11 Jan 89 23:45 PST <890111-234532-11838@Xerox>
For the case of INLINE functions (in implementations where they are
supported), it is permissible to consider that performing the inlining
constitutes the read, so that an FBOUNDP check need not be done at
execution time. Put another way, the effect of FMAKUNBOUND of a function
on potentially inlined references to that function is undefined.
The same should be said about DEFCONSTANT variables.
barmar