July 4, 2013
10:02 a.m.
On 3 July 2013 22:36, Guillermo Polito <guillermopolito@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.ducasse@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.