]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Create a pointer to globals to reduce instructions needed to deref operand vars
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 2 Jul 2020 13:37:12 +0000 (13:37 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 2 Jul 2020 13:37:12 +0000 (13:37 +0000)
commit8c1799cb28a10745836509e202ef6e85df5d5e70
tree98e4cff644ae8bb8703ab9ba984ae930f01528d8
parentc0959fa7bef17f6cdd4b7be3f78c903ee9aba508
Create a pointer to globals to reduce instructions needed to deref operand vars

This should improve performance in debug builds, but is otherwise
optimized in release.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12774 d7cf8633-e32d-0410-b094-e92efae38249
prvm_exec.c