*** empty log message ***

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1373 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
这个提交包含在:
rslopes 2005-08-22 14:38:04 +00:00
父节点 8f7f0113a6
当前提交 dd6ac01ece

查看文件

@ -14176,9 +14176,7 @@ An alternative is to use @emph{slots}, as shown next:
out = YAP_RunGoal(t);
t = YAP_GetFromSlot(sl);
YAP_RecoverSlots(1);
if (out == 0) {
return FALSE;
}
if (out == 0) return FALSE;
@end example
Slots are safe houses in the stack, preserved by the garbage collector
and the stack shifter. In this case, we use a slot to preserve @var{t}