"Michael J. Barillier" <[EMAIL PROTECTED]> writes:
>
> Am I needlessly worrying about this?

Yep.  When there are no more pointers to an object, it's reaped.

> Will the list returned from scm_c_eval_string be garbage-collected,

Yep.

(I'd thought a couple of times it'd be nice to be able to explicitly
gc an object, when you know for sure it's now inaccessible.  Could get
into a lot of trouble if it wasn't, but for temporary values in low
level functions it might hold off a gc for a little longer.)


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to