[parrot/parrot] 465b36: Don't clear the scheduler field from the interp wh...

GitHub noreply at github.com
Wed May 9 00:08:17 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 465b364fd7262e482af3eb0259d75325c32b40c5
      https://github.com/parrot/parrot/commit/465b364fd7262e482af3eb0259d75325c32b40c5
  Author: Whiteknight <wknight8111 at gmail.com>
  Date:   2012-05-08 (Tue, 08 May 2012)

  Changed paths:
    M src/pmc/scheduler.pmc

  Log Message:
  -----------
  Don't clear the scheduler field from the interp when the Scheduler PMC is destroyed.

First off, if the Scheduler is destroyed, that means the interp is probably not alive to have marked it. Second, since Scheduler isn't a singleton, it's entirely plausible (though not currently recommended) that the Scheduler might not be attached an an interp.





More information about the parrot-commits mailing list