# New Ticket Created by  chromatic 
# Please include the string:  [perl #39986]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39986 >


Hi there,

When creating a new interpreter with Parrot_new(), it should be possible to 
compile and run code through Parrot_compile_string() without having to read 
and load bytecode from disk.

Unfortunately, there's no default PackFile.  I've tried to add one, but I 
can't quite set it up correctly or use NULL pointer checks to avoid the 
necessary code.

I'll check in a test case in t/src/extend.t as soon as I get a bug number.

-- c

Reply via email to