dolphin/Source/Core
Fiora 7ba9a8537b JIT: add basic register allocation heuristics
Should be at least a bit better than the previous LRU approach. Currently
has two basic components: whether a register is dirty (dirty registers need
to be stored, so clobbering them hurts more) and how many other registers will
be used between now and the next time a register gets used.

Also don't pre-load values that don't need to be in registers.
2014-10-09 20:09:14 -07:00
..
AudioCommon AudioCommon: Prefix soundStream global with g_ 2014-09-30 03:06:16 -04:00
Common Merge pull request #1218 from hthh/trampolinecaching 2014-10-07 13:26:23 +11:00
Core JIT: add basic register allocation heuristics 2014-10-09 20:09:14 -07:00
DiscIO VolumeGC: Use regular return type declaration for GetStringDecoder 2014-10-07 21:15:14 -04:00
DolphinQt Qt: Add msvc support 2014-09-15 15:07:33 -07:00
DolphinWX Fixed minor capitalization issue 2014-10-09 16:59:58 -04:00
InputCommon Change a bunch of reference function arguments to pointers. 2014-10-02 03:00:33 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Merge pull request #1214 from rohit-n/format-warning 2014-10-06 16:12:40 +11:00
VideoCommon Fifo: Fix tab/space mismatches 2014-10-06 20:04:57 -04:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00