[parrot/parrot] 889ef4: Don't set a thread interp's parent_interpreter (co...
noreply at github.com
noreply at github.com
Sun Nov 27 18:18:00 UTC 2011
Branch: refs/heads/threads
Home: https://github.com/parrot/parrot
Commit: 889ef48d7a30a7b349d04e6699ff85c6df80d982
https://github.com/parrot/parrot/commit/889ef48d7a30a7b349d04e6699ff85c6df80d982
Author: Stefan Seifert <nine at detonation.org>
Date: 2011-11-27 (Sun, 27 Nov 2011)
Changed paths:
M src/thread.c
Log Message:
-----------
Don't set a thread interp's parent_interpreter (confuses GC)
The GC follows the parent_interpreter pointer when marking but a thread
interp's parent belongs to an other GC.
More information about the parrot-commits
mailing list