On 3 July 2013 22:36, Guillermo Polito <guillermopol...@gmail.com> wrote:
> I'm just guessing, but if a function receives a pointer, it does not store
> the pointer anywhere but works with the contents, and finally returns while
> VM is blocked, voilá :).
>
Yes.

>
> On Wed, Jul 3, 2013 at 10:13 PM, Stéphane Ducasse
> <stephane.duca...@inria.fr> wrote:
>>
>>
>>
>> if you pass a pointer to something in object memory into function,
>> make sure GC cannot move the object while function uses/accessing its
>> contents.
>>
>>
>> How?
>>
>>
>



-- 
Best regards,
Igor Stasenko.

Reply via email to