diff options
| author | JosJuice <josjuice@gmail.com> | 2023-11-25 16:15:16 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2023-11-25 16:40:35 +0100 |
| commit | 2f407fc854d32cc0de15bdb4953a2b707b724d66 (patch) | |
| tree | d4b550e20f08202f2591699691c3449884a95a74 /Source/Core/VideoCommon/VideoBackendBase.cpp | |
| parent | f79c88f30b65a680f40cdc242205c315dba8d412 (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
