Posts: 36
Threads: 9
Joined: Jan 2009
Reputation:
0
hi, I got a E7200 & a dirty cheap ECS G31 mobo and a piece of 9800gt that can run games in about ~25-30fps. Now I'm thinking of getting a new mobo to OC the CPU to ~3.7ghz.
The thing is: the money I spend on changing the mobo can help me get a Q6600 or a 2nd Q9xxx. I think a expensive mobo is good only in OC & some stuff that normal user like me wont even touch.
In the past, the pcsx2 said that they wouldn't think about support quad core since it is expensive, but now Quad's prices are gone down alot (~$170 in mycountry, and if you're lucky, you could get a 2nd quad for ~$120), so I want to know if now the team have reconsider about this problem.
@Sorry for my terrible english
Posts: 1.150
Threads: 75
Joined: Nov 2008
Reputation:
1
Location: Italy
Ok, I think I can answer to this. Using more than 2 cores is not easy, but if possible we'd like to do that in the future.
That's it. No dates set, no guarantees in any way. But yes, if we can, we would like to. Just an idea for the future.
Posts: 813
Threads: 5
Joined: Jan 2009
Reputation:
6
I think the main issue with multicore is concurrency. Making separate threads is easy making threads that aren't dependent upon each other and keeping the threads in sync so that one part isn't way ahead of the other is the issue. Especially since the workload isn't exactly split up evenly over the the cores of the PS2 anyways. So the easiest way to split up the workload isn't very efficient and isn't going to gain you all that much.
Posts: 478
Threads: 24
Joined: Jan 2009
Reputation:
0
Location: Brazilian Blackmarket
02-04-2009, 09:51 AM
(This post was last modified: 02-04-2009, 09:52 AM by Gentleman.)
This is going to be a great day. On an Oced quad core any speed problem on Pcsx2 PP might as well disappear.
Posts: 1.157
Threads: 11
Joined: Dec 2008
Reputation:
4
Don't really expect this. EE recompilation thread is No1 of speed trouble and it's seems never be forked anyway.
Posts: 20.261
Threads: 405
Joined: Aug 2005
Reputation:
548
Location: England
02-04-2009, 11:55 AM
(This post was last modified: 02-04-2009, 01:20 PM by refraction.)
Just to reitterate what the other guys have said, using more cores would be a nice addition, this would give us oppertunity to throw time consuming processes on to a different core to decrease execution time. Unfortunately it requires a LOT of new code and timing considerations so this will require code not to be changed in those areas until work is done.