Welcome, Guest. Please login or register.

Author Topic: OS4 Classic, why disable the 68k ?  (Read 8539 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: OS4 Classic, why disable the 68k ?
« on: April 10, 2012, 11:57:26 PM »
Quote from: SamuraiCrow;687931
The Phase5 accelerator card has only one memory bus so it CANNOT run both processors at the same time.  It can switch between them, but not run them in parallel.
The CPUs most definitely do run in parallel.

I don't know who invented this nonsense and for what purposes, but it is not true.
« Last Edit: April 11, 2012, 12:04:55 AM by Piru »
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: OS4 Classic, why disable the 68k ?
« Reply #1 on: April 11, 2012, 12:00:26 AM »
Quote from: cha05e90;687933
Really? I don't think it worked that way.

It was possible to run 68k and PPC code independent from each other, at least with PowerUP. There were certain highly optimized apps that used to do this. For instance the infamous FastQuake used a special cache inhibited memory area as a ring-buffer to avoid the need for cache flushes. This way both CPUs could run at full speed with as few context switches as possible.