On Mon, Feb 2, 2009 at 12:07 PM, Kon Lovett <klov...@pacbell.net> 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.


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to