Sujet : Re: Optimization flag for unchecked fixnums in SBCL?
De : jbb (at) *nospam* notatt.com (Jeff Barnett)
Groupes : comp.lang.lispDate : 08. Aug 2024, 23:26:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v93d66$8oab$1@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On 8/8/2024 1:19 PM, Kaz Kylheku wrote:
On 2024-08-08, Jeff Barnett <jbb@notatt.com> wrote:
As a start, did you you try defining collatz and clen with defsubst? Did
you try using declarations and their cousins? And did your CL system
provide a decent, declaration-sensitive compiler?
defsubst is some Emacs Lisp thing for inline functions.
In Common Lisp, it's (declaim (inline ...)).
I thought that defsubst was in both the Symbolics' implementation of CL and Allegro's. It's been a while so I might have misremembered. Thanks for correction.
-- Jeff Barnett