summaryrefslogtreecommitdiff
path: root/Source/Core/Common/FileUtil.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2018-07-28 08:18:05 +0200
committerdegasus <wickmarkus@web.de>2018-07-28 16:35:42 +0200
commit5333c17cca1ce1880f9eaa709b4688a0dcf1175f (patch)
treec6f22b8c70c95fcd10ddb567454b5ba3916845ca /Source/Core/Common/FileUtil.cpp
parent7c2d2548a88abf9a5fa0bff52e00c57d093a9e19 (diff)
Jit: Fix branch following.
The idea of this code was to not unroll loops, but it was completely broken. So we've unrolled all loops, but only up to the second iteration. Honestly, a better check would test if we branch to code which is already in the compiling block. But this is out of scope for now. But testing shows that this unrolling actually improve the performance. So instead of fixing this bug, this check can be dropped.
Diffstat (limited to 'Source/Core/Common/FileUtil.cpp')
0 files changed, 0 insertions, 0 deletions