mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
SPU LLVM: implemented asynchronous compilation
Implemented interpreter-based pre-recompiler. Interpreter functions are build with SPU LLVM.
This commit is contained in:
parent
29cddc30f0
commit
b329bb604c
6 changed files with 534 additions and 28 deletions
|
@ -1227,7 +1227,7 @@ spu_thread::spu_thread(vm::addr_t ls, lv2_spu_group* group, u32 index, std::stri
|
|||
|
||||
if (g_cfg.core.spu_decoder == spu_decoder_type::llvm)
|
||||
{
|
||||
jit = spu_recompiler_base::make_llvm_recompiler();
|
||||
jit = spu_recompiler_base::make_fast_llvm_recompiler();
|
||||
}
|
||||
|
||||
if (g_cfg.core.spu_decoder != spu_decoder_type::fast && g_cfg.core.spu_decoder != spu_decoder_type::precise)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue