[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Things to consider for CLtL'97
- To: gls@AQUINAS.THINK.COM, DCP@SCRC-QUABBIN.ARPA
- Subject: Things to consider for CLtL'97
- From: "George J. Carrette" <GJC@MC.LCS.MIT.EDU>
- Date: Mon, 3 Mar 86 22:56:30 EST
- Cc: Common-Lisp@SU-AI.ARPA
- In-reply-to: Msg of Mon 3 Mar 86 10:43 EST from Guy Steele <gls at THINK-AQUINAS.ARPA>
Loop and efficiency? Please save us! I write using the
mapping/sequence functional form and then add a compiler:optimizer
that will turn it into a call to a hand-microcoded %SEQUENCE-FROB-CASE-XXX
instruction. You cant get any more efficient than that.