dolphin/Source/Core/Core/PowerPC/CachedInterpreter
Lioncash 3a8a67025e PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp>
This class effectively acted as a "discount vector", that would simply
allocate memory and then delete it in the destructor when it goes out of
scope.

We can just use a std::vector directly to reduce this boilerplate.
2018-05-18 17:19:45 -04:00
..
CachedInterpreter.cpp PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
CachedInterpreter.h CachedInterpreter: Factor function hooking code out of Jit() 2018-05-16 18:55:49 -04:00
InterpreterBlockCache.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
InterpreterBlockCache.h JitCache: Get rid of reliance on the JIT global variable 2017-01-09 04:43:06 -05:00