[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Fix finalizer issue on non-GCable constants
From: |
Peter Bex |
Subject: |
[Chicken-hackers] [PATCH] Fix finalizer issue on non-GCable constants |
Date: |
Mon, 17 Mar 2014 21:38:06 +0100 |
User-agent: |
Mutt/1.4.2.3i |
Hi all,
The attached patch fixes the problem from subject, as described here:
http://lists.nongnu.org/archive/html/chicken-users/2014-03/msg00088.html
It also cleans up the code a little bit by re-using well-named C
functions instead of repeating the same inline and C preprocessor-heavy
checks which required comments to make sense of them.
Felix has provided feedback on this patch, and it has been tested by
Pluijzer.
Cheers,
Peter
--
http://www.more-magic.net
0001-Don-t-fire-finalizers-on-compiled-non-GCable-constan.patch
Description: Text document
- [Chicken-hackers] [PATCH] Fix finalizer issue on non-GCable constants,
Peter Bex <=