mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Disabled call stack tracing when using the PPU LLVM recompiler
This commit is contained in:
parent
80294e1034
commit
5c468d7591
4 changed files with 8 additions and 2 deletions
|
@ -237,7 +237,7 @@ Executable Compiler::Compile(const std::string & name, const ControlFlowGraph &
|
|||
m_stats.ir_build_time += std::chrono::duration_cast<std::chrono::nanoseconds>(ir_build_end - compilation_start);
|
||||
|
||||
// Optimize this function
|
||||
//m_fpm->run(*m_state.function);
|
||||
m_fpm->run(*m_state.function);
|
||||
auto optimize_end = std::chrono::high_resolution_clock::now();
|
||||
m_stats.optimization_time += std::chrono::duration_cast<std::chrono::nanoseconds>(optimize_end - ir_build_end);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue