Re: Safe Mode for Parrot -- Need a volunteer

2003-10-04 Thread Gregor N. Purdy
Dan -- Here's a first version that works with the regular core. You have to explicitly define PARANOID, or the added code won't get compiled. I imagine this will have to be adapted to work with the other core types, but I wanted to throw this out as a starting point. I'll leave it up to you

Re: Safe Mode for Parrot -- Need a volunteer

2003-10-04 Thread Leopold Toetsch
Gregor N. Purdy [EMAIL PROTECTED] wrote: Dan -- Here's a first version that works with the regular core. You have to explicitly define PARANOID, or the added code won't get compiled. It IMHO should be a separate run core, which can be switched to, whenever safe execution is desired. Then

Re: Safe Mode for Parrot -- Need a volunteer

2003-10-04 Thread Gregor N. Purdy
Leo -- Thanks for taking the time to review and comment. Here's a first version that works with the regular core. You have to explicitly define PARANOID, or the added code won't get compiled. It IMHO should be a separate run core, which can be switched to, whenever safe execution is

Re: Moving imcc ...

2003-10-04 Thread Leopold Toetsch
Robert Spier [EMAIL PROTECTED] wrote: Anyway, we're more than happy to do this once in a while.. We just require detailed instructions as to what goes where. As Dan now seems to agree, that imcc (and other files) should go into its own subdirectory it would be fine, it we could the move be

Predereferencing glossary.pod entry

2003-10-04 Thread Gregor N. Purdy
I just put together an entry on predereferencing in the glossary, with pointers to info on various events in its history. I don't remember if it was a recent summary or what, but someone pointed out there was no such entry. Sorry I can't find the original email to notify you directly, but I hope

LF needed at end of pasm files?

2003-10-04 Thread Jeff Clites
The pasm files in examples/benchmarks give an error when run with parrot, because they lack a final line feed character (at the very end of the files): error:imcc:parse error, unexpected EOM, expecting '\n' in file 'examples/benchmarks/gc_waves_sizeable_data.pasm' line 85 I'd imagine this