Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-core
09-05-2014, 08:27 PM (This post was last modified: 09-05-2014 08:28 PM by Bigpet.)
Post: #2
RE: Multi-core
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).
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: