dolphin/Source
dok.slade cbc66f9467 More performance work on the PowerPC JIT compiler:
* Merge some loops in PPCAnalyst::Flatten()
* Put ppcState.cr and ppcState.cr_fast[] into a single C++ union. This allows quick access to the whole CR register without needing to merge the cr_fast array. The implemented solution assumes the host system is little-endian, but it seems to be already assumed in many places in the code...
* Inline the call to computeCR: it now costs a few more memory bytes per JITed instruction but it removes the CPU overhead of the CALL. This allowed to remove some unneeded MOV as well.
* Jit64::GenerateCarry() don't need a temporary register anymore
* Fix what seems to be a bug in PowerPC instruction RFI: the wrong bit was cleared in MSR

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5970 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-25 15:37:56 +00:00
..
Core More performance work on the PowerPC JIT compiler: 2010-07-25 15:37:56 +00:00
DSPSpy Hg: 2010-06-09 01:37:08 +00:00
DSPTool Build but don't install the dsptool/tester/MemcardManager tools 2010-07-22 03:38:32 +00:00
Plugins Some refinements to (r5955+r5962+r5964): 2010-07-24 17:39:17 +00:00
PluginSpecs Lots more work on making the frame aui stuff functional. 2010-07-22 02:05:28 +00:00
TestSuite Hg: 2010-06-09 01:37:08 +00:00
UnitTests Build but don't install the dsptool/tester/MemcardManager tools 2010-07-22 03:38:32 +00:00
Dolphin.sln Fix DebugFast/win32 build configuration 2010-06-29 10:23:15 +00:00