[parrot/parrot] 39d88f: Several small cleanups, comments and a few TODO no...
GitHub
noreply at github.com
Sat Aug 11 14:06:14 UTC 2012
Branch: refs/heads/threads
Home: https://github.com/parrot/parrot
Commit: 39d88fccb620fbdd52c7ecd504976bc2e5e7a07a
https://github.com/parrot/parrot/commit/39d88fccb620fbdd52c7ecd504976bc2e5e7a07a
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-08-09 (Thu, 09 Aug 2012)
Changed paths:
M src/scheduler.c
Log Message:
-----------
Several small cleanups, comments and a few TODO notes in scheduler.c. No functional changes
Commit: 0a11e2562815ff1a7c6a9e1c068b7034ea49bde6
https://github.com/parrot/parrot/commit/0a11e2562815ff1a7c6a9e1c068b7034ea49bde6
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-08-09 (Thu, 09 Aug 2012)
Changed paths:
M include/parrot/interpreter.h
M src/call/ops.c
Log Message:
-----------
Unshare runloop_id_counter to fix races
runloop_id_counter should be local to the interp instead of global.
There's no reason to share it between threads. Leaving it global was an oversight.
Commit: 345166892af211b7e20973b43bde9be15e6d9ce6
https://github.com/parrot/parrot/commit/345166892af211b7e20973b43bde9be15e6d9ce6
Author: Stefan Seifert <nine at detonation.org>
Date: 2012-08-09 (Thu, 09 Aug 2012)
Changed paths:
M src/scheduler.c
Log Message:
-----------
Merge branch 'threads' of github.com:parrot/parrot into threads
Commit: 78cb4778c85e3c1c7f01aeb4fc5af583bf84b288
https://github.com/parrot/parrot/commit/78cb4778c85e3c1c7f01aeb4fc5af583bf84b288
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-08-09 (Thu, 09 Aug 2012)
Changed paths:
M src/pmc/alarm.pmc
Log Message:
-----------
Cleanup Alarm PMC. Add some comments/docs. Cleanup some code. Add the ability to get the alarm time as a PMC from get_pmc_keyed_int, in case anybody wants to try that.
Commit: 33a45e388f3ca9f329ac61d32d0970ea163a5947
https://github.com/parrot/parrot/commit/33a45e388f3ca9f329ac61d32d0970ea163a5947
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-08-09 (Thu, 09 Aug 2012)
Changed paths:
M src/pmc/scheduler.pmc
M src/pmc/schedulermessage.pmc
Log Message:
-----------
A few small cleanups to scheduler and schedulermessage PMCs. No functional changes
Commit: 9596588a2e730d67f5984c55a5a213cfdca9e0e2
https://github.com/parrot/parrot/commit/9596588a2e730d67f5984c55a5a213cfdca9e0e2
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-08-11 (Sat, 11 Aug 2012)
Changed paths:
M t/pmc/nci.t
Log Message:
-----------
Merge branch 'threads' of github.com:parrot/parrot into threads
Compare: https://github.com/parrot/parrot/compare/56c96dde2523...9596588a2e73
More information about the parrot-commits
mailing list