This website requires JavaScript.
Explore
Help
Sign In
Yaya48
/
dolphin
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4295f2f008d0d84bbf7d8de48a5f176d48540fce
dolphin
/
Source
/
Core
/
DSPCore
T
History
skidau
a90d0e8985
LLE JIT: Used a reiterative approach to linking blocks. The JIT flags blocks that have calls to blocks which have not yet been compiled. After more blocks have been compiled, the JIT reattempts to link the flagged blocks. This is repeated until the minimum number of unlinked blocks are left. This increases the success rate of the block linker and resultant speed up. Based on an idea by nakee.
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@6589
8ced0084-cf51-0410-be5f-012b33b47a6e
2010-12-15 22:13:31 +00:00
..
Src
LLE JIT: Used a reiterative approach to linking blocks. The JIT flags blocks that have calls to blocks which have not yet been compiled. After more blocks have been compiled, the JIT reattempts to link the flagged blocks. This is repeated until the minimum number of unlinked blocks are left. This increases the success rate of the block linker and resultant speed up. Based on an idea by nakee.
2010-12-15 22:13:31 +00:00
CMakeLists.txt
LLE JIT:
2010-12-15 01:42:32 +00:00
DSPCore.vcproj
LLE JIT:
2010-12-15 01:42:32 +00:00