diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-24 11:19:51 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-24 11:19:54 -0400 |
commit | d71e19fd753b58981c7b28af887f0fe1166d2973 (patch) | |
tree | 48d16ad0e00fdd9999b194244263b8914b493a55 /src/common/string_util.cpp | |
parent | 316c994f55c38a8eea6a3e4046238ff8da7ecd8c (diff) |
video_core/memory_manager: Avoid repeated unnecessary page slot lookups
We don't need to keep calling the same function over and over again in a
loop, especially when the behavior is slightly non-trivial. We can just
keep a reference to the looked up location and do all the checking and
assignments based off it instead.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions