[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] newbie: questions about set-finalizer!
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-users] newbie: questions about set-finalizer! |
Date: |
Thu, 29 Jan 2009 14:01:24 -0600 |
On Thu, Jan 29, 2009 at 5:56 AM, felix winkelmann <address@hidden> wrote:
> On Thu, Jan 29, 2009 at 9:41 AM, Jim Ursetto <address@hidden> wrote:
>> I am seeing finalizers fail to execute on recent SVN and I think
>> it is the result of this change. I backed out the patch and it works
>> okay again.
> Is the behaviour identical for compiled code?
No, it works correctly for compiled code. They trigger immediately
after (gc #t).
In interpreted code, the finalizers do not trigger at all, even when
you exit csi via (exit).