Still, there is some hope on that front. In the PC market where there are multiple processors to support, developers can't fine-tune games for a specific CPU. This heterogeneity of hardware especially hurts with platform-sensitive optimizations like branch hints, which is one reason they don't get used much. In contrast, with the Xenon, the hardware will be fixed, which means that programmers can go all-out in profiling and optimizing branchy game control, AI, and physics code using every trick in the book. Furthermore, console coders can also take heavy advantage of prefetching to overcome the Xenon's cache size limitations. So it's quite possible that as time goes on developers will find ways to get much better branch-intensive code performance out of the hardware. Just don't count on it in the first generation of games, though.