Ticket #42 (new todo) — at Initial Version

Opened 13 years ago

Last modified 11 years ago

make PIRC load-on-demand component

Reported by: kjs Owned by: kjs
Priority: minor Milestone:
Component: none Version:
Severity: low Keywords: PIRC
Cc: Language:
Patch status: Platform:

Description

As suggested by pmichaud (I think PDS2008), it would be nice to have the PIR compiler an optional component, which is loaded only when needed.

Making this happen with IMCC is not worth the effort, but for PIRC this can be done.

The idea is that Parrot will load the PIR compiler as a dynamic library (.so, .dll), only when PIR input is fed into it; if it's PBC, the no PIR compiler is needed. This will also help to lower the memory footprint when running on smaller devices.

Alternatively, this could be a build (configure) option.

Note: See TracTickets for help on using tickets.