Should we link imcc into libparrot? My reasoning is that then all these compilers which call out to parrot externally can 1) avoid a temporary file and 2) register their compilers with parrot, so generated code can call back into the compiler. Also, I'll bet many times parrot embedders will be using bytecode that assumes the presence of a PIR compiler.
I, personally, would find this very handy. Luke