[Ecls-list] gc problem
Michael O'Connor
moconnor59 at yahoo.com
Wed Jul 7 06:18:03 UTC 2004
Is there an equivalent function to ecl_register_root()
that un-registers a C variable (once the program's
finished with it), and allows the garbage collector to
reclaim it?
Thanks,
Michael
--- Juan Jose Garcia Ripoll <jlr at mpq.mpg.de> wrote:
> It may happen that your lisp data (I assume you
> store your lisp code as
> a list) has been garbage collected. If you did not
> store this code in a
> lisp global variable, or register a C variable using
> "ecl_register_root(&my_c_variable)", then the
> garbage collector will not
> find this data and at some point reclaim it for
> future use
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail
More information about the ecl-devel
mailing list