
Signature
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
I am not interested in memory location, just a unique id for each
existing object on the heap. So you are saying there are no such unique
ids, just memory addresses?
> Why do you want that?
> There is propably a more appropriate solution!
>
> Beside there is no such thing, object memory might get moved around when
> there is garbage collection.
> It's transparent, every reference is in fact a double pointer.
Lloyd Dupont - 19 Jul 2006 09:40 GMT
>I am not interested in memory location, just a unique id for each
> existing object on the heap. So you are saying there are no such unique
> ids, just memory addresses?
I am not saying that at all!
I am saying:
1. There are no such thing as a unique ID to identify object.
2. Trying to infer what you were thinking of I thought you thought of
pointer value. Hence my reply about memory which is moved around.
>> Why do you want that?
>> There is propably a more appropriate solution!
>>
>> Beside there is no such thing, object memory might get moved around when
>> there is garbage collection.
>> It's transparent, every reference is in fact a double pointer.