scottie said:
The problem that people have, is that (as anyone who has done any programming could tell you)
int x == 2: while(x > 1){ x =1: }
Will use 100% of a computer's processing power (well, it won't because there are limits to how much processing power the computer will give to it, but you get my point) and, if left long enough will use 101% of a computer's ram
The point is, whenever any developer says they have maxed a console, they are blowing smoke. It is ALWAYS possible to write code in a more efficient manner, thus allowing the same level of graphics etc while using less processing power.
So either they are blowing smoke, or they actually meant to say that they have squeezed out as much as they can without hitting either the limit of their ability to program or the limit of how much time they can put into the game in order to still make a decent profit |
while(1);