aboutsummaryrefslogtreecommitdiff
path: root/common/timer.cpp
diff options
context:
space:
mode:
authorMax Horn2003-10-01 16:39:31 +0000
committerMax Horn2003-10-01 16:39:31 +0000
commitb6f85de558e57bcae7932329523ed8478dd83760 (patch)
treedc10e775e24700ce6f3f48ca510f94147f115503 /common/timer.cpp
parentb75a9256409f6067798ff1657df3dc42682770ca (diff)
downloadscummvm-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