diff options
author | Max Horn | 2003-10-01 16:39:31 +0000 |
---|---|---|
committer | Max Horn | 2003-10-01 16:39:31 +0000 |
commit | b6f85de558e57bcae7932329523ed8478dd83760 (patch) | |
tree | dc10e775e24700ce6f3f48ca510f94147f115503 /common/timer.cpp | |
parent | b75a9256409f6067798ff1657df3dc42682770ca (diff) | |
download | scummvm-rg350-b6f85de558e57bcae7932329523ed8478dd83760.tar.gz scummvm-rg350-b6f85de558e57bcae7932329523ed8478dd83760.tar.bz2 scummvm-rg350-b6f85de558e57bcae7932329523ed8478dd83760.zip |
instead of using a stack array, use regular variables (marked with the register keyword to hint the optimizer) for the color data. At least over here this helps the optimizer *A LOT* - instead of keeping w[] on the stack, on the PowerPC all values stay in registers, for a nice speed boost. Shouldn't hurt x86 either
svn-id: r10522
Diffstat (limited to 'common/timer.cpp')
0 files changed, 0 insertions, 0 deletions