Re: bug with parrot -O2

2003-08-17 Thread Leopold Toetsch
Michal Wallace <[EMAIL PROTECTED]> wrote: > I haven't looked into this at ALL, but I was > curious about the IMCC optimization flags: Its barely tested and in an early stage. Anyway -O2c works. > Sincerely, > > Michal J Wallace leo

bug with parrot -O2

2003-08-17 Thread Michal Wallace
I haven't looked into this at ALL, but I was curious about the IMCC optimization flags: [~/pirate]: ./pirate.py -d weightless.py > weightless.imc [~/pirate]: parrot weightless.imc ended with: L 450 total time: 23 [~/pirate]: parrot -O=1 weightless.imc ended with: L 450 total time: 22 [~/