Welcome, Guest. Please login or register.

Author Topic: os 4.0  (Read 7229 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: os 4.0
« on: January 22, 2008, 08:50:51 PM »
@A6000
Quote
A CISC processor does more work per instruction than a RISC processor so a JIT emulator could interpret several PPC instructions as one or two 68k instructions.

That'd work for only for VERY specific instruction sequences that are very unlikely to occur anyway. So this idea doesn't work, sorry.

Quote
Also the PPC runs at only 200/400mhz which is not necessarily that much faster than a 68060 running at 66-100mhz.

It is much faster. PPC does 3-5 instructions per clock cycle. 060 doesn't even do 2 in average, and some instructions take huge amount of cycles.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: os 4.0
« Reply #1 on: January 22, 2008, 09:07:24 PM »
Of course it is possible. It's just very slow. Because it's so slow, no-one is likely going to bother with it.

x86 has several ppc emulators: qemu, pearpc, softpear, sheepshaver.