Ticket #601 (closed roadmap: done)

Opened 13 years ago

Last modified 12 years ago

pluggable runloops

Reported by: allison Owned by: chromatic
Priority: normal Milestone: 1.6
Component: core Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description (last modified by chromatic) (diff)

cotto and I will work on this for 1.5.

Change History

Changed 13 years ago by allison

Allow users to dynamically select a runloop at runtime:

./parrot --runcore=foo bar.pbc

Changed 13 years ago by allison

Also allow new runloops to be loaded as a dynamic C extension (harder and may be postponed to a later release).

Changed 13 years ago by chromatic

  • owner set to chromatic
  • description modified (diff)
  • milestone changed from 2.0 to 1.5

Changed 12 years ago by whiteknight

  • milestone 1.5 deleted

Changed 12 years ago by allison

  • milestone set to 1.6

Changed 12 years ago by jkeenan

  • component changed from none to core

Changed 12 years ago by cotto

The pluggable_runcore branch was merged in r41081. Runcores can't yet be dynamically loaded at runtime, but internals are now much better separated and it will be easier to make them dynamically loadable. It continues to be possible to select a runcore at runtime with the -R or --runcore option.

Changed 12 years ago by cotto

  • status changed from new to closed
  • resolution set to done
Note: See TracTickets for help on using tickets.