This is the mail archive of the guile@sources.redhat.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: programmed gc mark and free sweeps...


"Lars J. Aas" <larsa@sim.no> writes:

> On Thu, Sep 14, 2000 at 04:22:33PM +0300, Michael Livshin wrote:
> : "Lars J. Aas" <larsa@sim.no> writes:
> : > BTW, does scm_gc_mark() have a binding in Scheme?
> : 
> : $deity forbid.  why should it?
> 
> Debugging?  :-}  I know it's of no use for normal operation.

what kind of debugging do you have in mind?  it could probably be
achieved through more regular means.

[ running different phases of GC by themselves is bound to leave your
  heap in inconsistent/broken state.  the phases themselves may
  change.  etc. ]

-- 
Make sure your code does nothing gracefully.

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

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