Heya BT,

On Fri 27 May 2011 03:42, BT Templeton <b...@hcoop.net> writes:

> Are the scm_remember_upto_here_* functions useful now that Guile uses
> BDW-GC?

Yes they are.  If you have a pointer to a field of an object with a
destructor, and GCC kills the reference to the object, it could be
collected.

Actually we should switch our remember_upto_foo stuff to use the libgc
variant, GC_reachable_here.

Andy
-- 
http://wingolog.org/

Reply via email to