Utility to dump instruction translation counts.
This commit is contained in:
@@ -124,6 +124,10 @@ int PPCTranslator::Translate(FunctionInfo* symbol_info,
|
||||
string_buffer_.Reset();
|
||||
}
|
||||
|
||||
if (false) {
|
||||
alloy::frontend::ppc::DumpAllInstrCounts();
|
||||
}
|
||||
|
||||
// Emit function.
|
||||
uint32_t emit_flags = 0;
|
||||
if (debug_info) {
|
||||
|
||||
Reference in New Issue
Block a user