Re: A couple of questions

2005-12-30 Thread Steve Gunnell
On Mon, 2005-12-26 at 00:40 +0100, Leopold Toetsch wrote: > On Dec 25, 2005, at 23:48, Steve Gunnell wrote: [snip] > > > When using the Read/Readline opcodes how do we specify what encoding is > > to be assumed for the incoming string? > > There is one output encoding filter currently: > >po

Re: A couple of questions

2005-12-25 Thread Leopold Toetsch
On Dec 25, 2005, at 23:48, Steve Gunnell wrote: Hi People, When you use $P0 = compreg, "PIR" is there any way to get an optimizing compiler ( or not ) or do you always get a version that follows the flags that were passed to Parrot? Currently you can't pass any more arguments (like runcore o

A couple of questions

2005-12-25 Thread Steve Gunnell
Hi People, When you use $P0 = compreg, "PIR" is there any way to get an optimizing compiler ( or not ) or do you always get a version that follows the flags that were passed to Parrot? Is there any implementation of the Perl pack/unpack functions planned or should we be using the Struct PMC? Whe