Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-core
09-08-2014, 11:17 AM
Post: #3
RE: Multi-core
(09-05-2014 08:27 PM)Bigpet Wrote:  The multithreading option only runs 2 threads (and even that's not always faster than running on 1 thread because of the additional synchronization work involved). Because there is not that much work to be done independently of one another. The PSP itself uses something called cooperative multi-threading that allows multiple threads of execution but those threads aren't made to run in parallel, they're made to run sequentially and the threads themselves decide precisely when to switch away. So the threads on a PSP are not independent of one-another.

If you want to use more threads you can turn on software-rendering. It may not make games go faster, but you it'll use all your cores.

Btw. this goes for both the Desktop as well as the Android versions (except there are of course Desktop PCs fast enough to render in software mode).

So the others cores of my PC must be from the video rendering because I have no off-board vídeo card.

If that is the case....I will never be able to play this game as what we learned here is that Android devices probably have a separate graphics processor. So I will need to await like forever until someone notice an Adreno that can render well done.

Or may be someking of app that ables You to share the processor and RAM to the graphics chipsets as it happens on my CPU.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Multi-core - farahjr - 09-05-2014, 05:35 PM
RE: Multi-core - Bigpet - 09-05-2014, 08:27 PM
RE: Multi-core - farahjr - 09-08-2014 11:17 AM
RE: Multi-core - Bigpet - 09-08-2014, 11:57 AM
RE: Multi-core - farahjr - 09-08-2014, 12:11 PM
RE: Multi-core - Bigpet - 09-08-2014, 12:20 PM
RE: Multi-core - farahjr - 09-08-2014, 04:18 PM

Forum Jump: