[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-05-07 (20:31) |
From: | Oliver Bandel <oliver@f...> |
Subject: | Re: [Caml-list] Performance on PPC |
On Sat, Apr 29, 2006 at 12:29:20AM +0100, Jon Harrop wrote: > > Has anyone done any OCaml benchmarks on x86/AMD64 and PPC? I'd like to know > how PPC compares specifically on OCaml programs. I have not done Benchmarks on PPC, but I use OCaml on a PPC-machine and it's quite fast. I normally use bytecode, and for most things this is fast enough. :) If you have a ready-to-run benchmark sources, you can send them me and I can let it run here. I have a 400 MHz Powerbook (G4 processor), running OS-X 10.3.9 Ciao, Oliver