diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-06-11 13:58:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-11 13:58:43 +0200 |
commit | 65819f3b9f8229666a30b91ef2d289ebc6085097 (patch) | |
tree | 722ba29a49ea1707c1db2633b2e84c5c7ebfe2eb /games/minimal/game.conf | |
parent | ff73c7a5da6ab8ac0bb678ebf25b83e805397029 (diff) | |
download | minetest-65819f3b9f8229666a30b91ef2d289ebc6085097.tar.gz minetest-65819f3b9f8229666a30b91ef2d289ebc6085097.tar.bz2 minetest-65819f3b9f8229666a30b91ef2d289ebc6085097.zip |
Use thread_local instead from some static settings (#5955)
thread_local permits to limit variable lifetime to thread duration. Use it on each setting place which uses static to cache variable result only for thread lifetime. This permits to keep the same performance level & reconfigure server from MT gui in those various variables places.
Add thread_local to undersampling calculation too.
Diffstat (limited to 'games/minimal/game.conf')
0 files changed, 0 insertions, 0 deletions