This is the mail archive of the guile@cygnus.com mailing list for the guile project.


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

Re: *Solved*: GC problem



> Sorry to bother you all.
> 
> Indeed I was right about the problem, and I found
> a solution (pretty icky, but perfectly working) on
> my own.

Yeah, the smob free function doesn't make any promise about ordering
at all.  No clean solution pops immediately to mind.

Anyone want to implement Kent Dybvig's guardians for Guile?  It would
solve this, and a bunch of other problems, rather nicely.