From: | Sam Jordan |
Date: | 17 Aug 2000 at 16:53:56 |
Subject: | Re: G3 & CGFX |
Am 17-Aug-00 schrieb Joseph Fenton:
>"Marion E. Wyatt" wrote:
>>
>> > Well, I dunno... just freaking out... I need somtn new and faster than
>> > my 040 + 240MHz PPC. Seems that only a fraction of the PPC can be
>> > used because of context switching and stuff too...
>>
>> An 060 would help :-)
>Or a G3; I recently got a 450MHz G3 PMac and it runs 680x0 code
>at approximately 15 times the speed of a 30MHz 68040. That
>well outpaces an 060. :^}
Must be one with dynamic recompilation, using a really
advanced JIT. BTW, performance measurements when using emulators
with dynamic recompilation can be tricky: the code is surely
executed very quickly, but at some time it had to be compiled,
which takes certainly quite some time (significantly more than just
interpreting the code). Such systems tend to slow down when
loading programs or when executing very complex/big software.
I wonder how Transmeta systems behave, such systems must face
similar problems. It's more or less a simple RISC-CPU and an
emulation software layer with dynamic recompilation.
bye