Re: one shootout result

2004-06-19 Thread Leopold Toetsch
Sean O'Rourke <[EMAIL PROTECTED]> wrote: > Leopold Toetsch <[EMAIL PROTECTED]> writes: >> get_pmc_const P0, "_fib" >> invokecc > This isn't really kosher -- since "fib" might have been redefined in > the current lexical environment, we have to (at least conceptually) > find its lexical. Bai

Re: one shootout result

2004-06-18 Thread Sean O'Rourke
fib_native.imc Description: Binary data

Re: one shootout result

2004-06-18 Thread Leopold Toetsch
Sean O'Rourke <[EMAIL PROTECTED]> wrote: > At least on Fibonacci, there's room for improvement, even after > ignoring calling conventions and hand-tweaking the assembly a bit. > Here are the numbers for n=27, running "parrot -j -O2": -O2 isn't working and disabled. Anyway run it with "-j -Oc". Th

one shootout result

2004-06-18 Thread Sean O'Rourke
fib_native_nopcc.pasm Description: Binary data fib_native.imc Description: Binary data fib_pmc.imc Description: Binary data