Subject: Re: bzero
To: Martin J. Laubach <mjl@emsi.priv.at>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-powerpc
Date: 11/04/2001 17:53:28
"Martin J. Laubach" <mjl@emsi.priv.at> writes:

>   Please unpack the archive, then run ./compile and tell me
> the results. On my G4, this looks like

On my iBook, with a 500MHz G3:

cpu0 at mainbus0: 750 (Revision 2215), ID 0 (primary)
cpu0: HID0 8090c0a4<EMCP,DOZE,DPM,ICE,DCE,SGE,BTIC,BHT>
cpu0: 256KB backside cache

Running algorithm 0 (Original C): run time: 9426 msec
Running algorithm 1 (Simple byte): run time: 4799 msec
Running algorithm 2 (Simple word): run time: 1298 msec
Running algorithm 3 (Cache block): run time: 1271 msec
Running algorithm 4 (Cache block 2): run time: 1404 msec
Running algorithm 5 (libc): run time: 2453 msec


        - Nathan