This is the mail archive of the guile@sourceware.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: feature?


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> It seems to be the source properties which melt away during GC.

They melt away because the conses which carry them melt away.  The
conses melt away because the entire stack representation in
*unprotected*!

It should be protected, so this seems to be a newly introduced problem
concerning GC-protection of the tail-array of a struct.

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