[parrot/parrot] 984661: Make a thread local copy of the task to run

noreply at github.com noreply at github.com
Thu Dec 1 20:10:27 UTC 2011


  Branch: refs/heads/threads
  Home:   https://github.com/parrot/parrot

  Commit: 984661b2f76f72bde8c62d3f0e53b22bba98d6c0
      https://github.com/parrot/parrot/commit/984661b2f76f72bde8c62d3f0e53b22bba98d6c0
  Author: Stefan Seifert <nine at detonation.org>
  Date:   2011-12-01 (Thu, 01 Dec 2011)

  Changed paths:
    M src/pmc/task.pmc
  M src/thread.c

  Log Message:
  -----------
  Make a thread local copy of the task to run

Of course the task itself that a thread runs should belong to the
thread's interp, lest it may be garbage collected before it's time.




More information about the parrot-commits mailing list