This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Tail sets


On 06/29/2009 03:23 AM, Helmut Eller wrote:
Just two more notes.

1. It would be cute if code like this:

(define (foo x)
   (letrec ((f (lambda ()
                 (if x (f) (g))))
            (g (lambda ()
                 (if x (g) (f)))))
     (f)))

wouldn't allocate a frame.

I just check in a fix which seems to have (accidentally?) fixed this. -- --Per Bothner per@bothner.com http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]