By using this site, you agree to our Privacy Policy and our Terms of Use. Close

@ HappySqurriel

A videogame is an implicitly syncronized problem being that there is a clear process flow which has to be completed in order, and if you split up a process that makes up the larger process flow each of these sub-processes has to be broken up (roughly) equally in order to prevent waste.


The reason why the Amiga was so powerful for its time and later the Neo Geo as a console, was due to their far more asynchronous approach.

For example on the Amiga the sound processing was done seperately, on a PC you would hear sound stuttering when the CPU got overloaded. On an Amiga the audio stayed rock solid, Amiga emulators on a PC using a single core are still experiencing sound stuttering.

Or for example the Amiga mouse pointer is always responsive, even on a 7 Mhz machine and user input by clicking a button always results into instant feedback from the system no matter how much the workload on the CPU, etc, etc. On a PC you under high loads you will notice mouse freezing and much delayed feedback while clicking a button.

Games engines perform lots of different tasks which can be handled highly asynchronously, decompression, audio processing, decoding, etc, etc. You can predict how the performance of the SPEs will be (and add other tasks) and you have to make sure you're not overloading a single SPE with tasks, for this performance tools are available. Usually you keep some headroom throughout the game, only peaking in the most demanding (for example action packed) scenes.

The Xenon is less of a asyncrhonous design, there are lots of bottlenecks to take into account. For example its shared L2 cache can only feed one core at any given time, shared main memory which can only be accessed by GPU or CPU at any given time, etc. This means you will far more have to deal with synchronization due to bottlenecks.



Naughty Dog: "At Naughty Dog, we're pretty sure we should be able to see leaps between games on the PS3 that are even bigger than they were on the PS2."

PS3 vs 360 sales