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
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
[~/