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
fib_native.imc
Description: Binary data
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
fib_native_nopcc.pasm
Description: Binary data
fib_native.imc
Description: Binary data
fib_pmc.imc
Description: Binary data