Deutsch English Français Italiano |
<v93d66$8oab$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Jeff Barnett <jbb@notatt.com> Newsgroups: comp.lang.lisp Subject: Re: Optimization flag for unchecked fixnums in SBCL? Date: Thu, 8 Aug 2024 15:26:27 -0600 Organization: A noiseless patient Spider Lines: 16 Message-ID: <v93d66$8oab$1@dont-email.me> References: <87h6bwrufd.fsf@nightsong.com> <v916b5$3g9mg$1@dont-email.me> <20240808121834.315@kylheku.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 08 Aug 2024 23:26:31 +0200 (CEST) Injection-Info: dont-email.me; posting-host="4c88019076f991b6b0636f6af8ebef21"; logging-data="287051"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18egf0UMsnAczhfvCSlTSwndtrJAjuNJZ4=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:/Ts/7mw/Qi3h80iEJOkC2hlbI7s= X-Antivirus-Status: Clean Content-Language: en-US X-Antivirus: AVG (VPS 240808-2, 8/8/2024), Outbound message In-Reply-To: <20240808121834.315@kylheku.com> Bytes: 1754 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