[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: typo in guile doc?
From: |
Thien-Thi Nguyen |
Subject: |
Re: typo in guile doc? |
Date: |
Sun, 27 Dec 2009 12:24:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
() Chengqi Song <address@hidden>
() Sun, 27 Dec 2009 07:22:50 +0800
"By calling this function, the garbage collector learns
about all references that your SMOB has to other SCM values."
what is "has to other SCM values"? is it a typo?
Perhaps that object contains (points to, references) other
sub-objects. The SMOB's mark function must call (back to) Guile's
mark function for those sub-objects. In this way the collector learns.
If the mark function fails to do that, the collector remains ignorant.
thi