On android, is code cache management an issue in terms of available resources, and can you alter the size of the code cache for the program? Also on android, can whole games typically be fit into the code cache?
JIT Compilation
|
03-29-2019, 07:05 PM
It's not really a problem in most cases.
If you want to alter the size of the JIT code cache, you need to edit the source code and build Dolphin on your own. 04-06-2019, 01:03 PM
(03-29-2019, 07:05 PM)JosJuice Wrote: It's not really a problem in most cases.Thank you for the response! How would I go about changing the code cache size in the source code? Is there a variable that dictates how much memory the code cache gets relative to the rest of the program? 04-06-2019, 05:13 PM
(04-06-2019, 01:03 PM)ecritchl Wrote: Thank you for the response! How would I go about changing the code cache size in the source code? Is there a variable that dictates how much memory the code cache gets relative to the rest of the program? I think it's this variable if you're on ARM: https://github.com/dolphin-emu/dolphin/b...it.cpp#L30 And this one for x86-64? https://github.com/dolphin-emu/dolphin/b...ants.h#L24 |
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)