Re: SCM_SYSCALL
Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes: > We have this (since 2010): > > # define SCM_SYSCALL(line)\ > do\ > { \ > errno = 0;\ >
Re: order of evaluation, letrec-values, and define-values.
Hi Andy, Andy Wingo writes: > Not sure what to do. The part of me that wants to do aggressive CSE > wants to transform to a form that fixes order of evaluation, but the > part of me that wants to be able to shuffle values using the Dybvig > algorithm wants to do the direct form. Dunno! I think