diff options
| author | pierre <pierre@pirsoft.de> | 2011-01-14 18:00:25 +0000 |
|---|---|---|
| committer | pierre <pierre@pirsoft.de> | 2011-01-14 18:00:25 +0000 |
| commit | fb1ebd80225fefc591583b8c70ac45f01bab3142 (patch) | |
| tree | 5721c61798e63dc956bb9879ac9379e6c8e2cd91 /Source/Core/DSPCore/Src/SConscript | |
| parent | c99f0d03a43d383b0afc8b3a603c10f0c9f2d47c (diff) | |
Core/DSPCore: Consolidation of register accesses(except for the four hw
stacks), addition of a register cache(currently accumulators on 64bit only).
It feels a bit slower, but the numbers are about the same.
Caching accumulators doesn't change speed either.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6848 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/SConscript')
| -rw-r--r-- | Source/Core/DSPCore/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DSPCore/Src/SConscript b/Source/Core/DSPCore/Src/SConscript index 11b3d9dc56..f97a15753c 100644 --- a/Source/Core/DSPCore/Src/SConscript +++ b/Source/Core/DSPCore/Src/SConscript @@ -31,6 +31,7 @@ files = [ "Jit/DSPJitLoadStore.cpp", "Jit/DSPJitMultiplier.cpp", "Jit/DSPJitMisc.cpp", + "Jit/DSPJitRegCache.cpp", ] env.StaticLibrary(env['local_libs'] + 'dspcore', files) |
