[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue: ARRAY-TYPE-ELEMENT-TYPE-SEMANTICS (Version 9)
- To: Masinter.PA@Xerox.COM
- Subject: Re: Issue: ARRAY-TYPE-ELEMENT-TYPE-SEMANTICS (Version 9)
- From: Kent M Pitman <KMP@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Tue, 10 Jan 89 17:55 EST
- Cc: JonL@Lucid.COM, CL-Cleanup@SAIL.Stanford.EDU
- In-reply-to: <890110-144153-6753@Xerox>
Also, for any given application, you usually know what types you care
about, so you can write a special-purpose, non-consing version for
that purpose by pre-caching the results at load time. For trivial
extra cost, you can have a table incrementally updated only on the
first call to the portable function with a particular argument, so the
end effect is negligible consing even in the general case.