chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken-primitive-inlines.scm


From: Jim Ursetto
Subject: Re: [Chicken-users] chicken-primitive-inlines.scm
Date: Thu, 5 Feb 2009 00:34:35 -0600

On Mon, Feb 2, 2009 at 12:07 PM, Kon Lovett <address@hidden> wrote:
>  (##sys#slot l 1) -> (%cdr l)
>  (##sys#setslot l 1 x)  -> (%set-cdr l x)

I was wondering.  The compiler already inlines primitives when
usual-integrations is in effect.  Would it not be possible to tell it,
with a new declaration, to inline the *unsafe* versions of certain
primitives?  Rather than manually specifying the % versions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]