[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MCL in emulation mode on a PowerMac (?)



In article <37glkq$4c4@scruffy.cs.umd.edu>, kettler@cs.umd.edu (Brian
Kettler) wrote:

> using MCL in emulation mode?  Any info out there about performance,
> reliability, potential limitiations, etc. for using MCL in 68K emulation
> mode on a PowerMac would be appreciated.  Also, what kind of PowerMac

I did some timings with the fannkuch benchmark in the version of ken
anderson on most of our macs.

All timings were done without any inits.

Karsten


;q650 no inits
(FANNKUCH-FAST 9) took 11924 milliseconds (11.924 seconds) to run.
Of that, 11 milliseconds (0.011 seconds) were spent in The Cooperative
Multitasking Experience.
 192 bytes of memory allocated.

;q700
(FANNKUCH-FAST 9) took 15988 milliseconds (15.988 seconds) to run.
Of that, 24 milliseconds (0.024 seconds) were spent in The Cooperative
Multitasking Experience.
 192 bytes of memory allocated.

;q610
(FANNKUCH-FAST 9) took 19974 milliseconds (19.974 seconds) to run.
Of that, 16 milliseconds (0.016 seconds) were spent in The Cooperative
Multitasking Experience.
 192 bytes of memory allocated.

;q650 with PDS = 66MHZ Power ?
(FANNKUCH-FAST 9) took 38392 milliseconds (38.392 seconds) to run.
Of that, 18 milliseconds (0.018 seconds) were spent in The Cooperative
Multitasking Experience.
 192 bytes of memory allocated.

;ci
;(FANNKUCH-FAST 9) took 39486 milliseconds (39.486 seconds) to run.
Of that, 15 milliseconds (0.015 seconds) were spent in The Cooperative
Multitasking Experience.
 192 bytes of memory allocated.