guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

meta-circular gc


From: Johan Ceuppens
Subject: meta-circular gc
Date: Thu, 19 Dec 2013 13:37:14 -0000
User-agent: SquirrelMail/1.4.22

Hello,

I am working on a meta-circular gc for guile. The project is hosted at https://github.com/zork9/scheme.code

The meta-gc directory in the repo is where the code is.

I have a few questions :

. I wonder if I can use dynamic binding for using Scheme and libguile C callbacks for accessing the gc system. 

. Then I made 3 versions of gc (files gc.scm, gc-sized.scm, gc-sized-fixed.scm) I don't seem to know which is best.

. You comments, code or pointers.

 

The gc will be mark and sweep among things I'll try to divise.

 

Thanks,

Johan

--
Time heals.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]