guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gen gc


From: Marius Vollmer
Subject: Re: gen gc
Date: 18 Jul 2002 00:54:03 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Han-Wen <address@hidden> writes:

> How is this supposed to portable to GenGC? 
> 
>    SCM_DEFINE (scm_object_address, "object-address", 1, 0, 0,
>             (SCM obj),
>           "Return an integer that for the lifetime of @var{obj} is uniquely\n"
>           "returned by this function for @var{obj}")
> 
> This is used in some of the goops code -- should I retain it? 

It would be cool if you could fake it.  It doesn't need to be the real
memory address of the object, just a unique integer.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]