summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2023-11-25 16:15:16 +0100
committerJosJuice <josjuice@gmail.com>2023-11-25 16:40:35 +0100
commit2f407fc854d32cc0de15bdb4953a2b707b724d66 (patch)
treed4b550e20f08202f2591699691c3449884a95a74 /Source/Core/VideoCommon/VideoBackendBase.cpp
parentf79c88f30b65a680f40cdc242205c315dba8d412 (diff)
JitArm64: Don't use farcode for conditional branch instructions
The point of farcode is to provide a separate location for code that rarely runs, so that it doesn't pollute the icache. Taking a conditional branch is something that happens very often, so the code for that shouldn't be in farcode.
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
0 files changed, 0 insertions, 0 deletions