Implement Fast JIT dump call stack and perf profiling (#1633)
Implement dump call stack and perf profiling features for Fast JIT, and refine some code.
This commit is contained in:
@ -1286,7 +1286,7 @@ run_pass(void *ctx, LLVMModuleRef module)
|
||||
/*AOTCompContext *comp_ctx = (AOTCompContext *)ctx;*/
|
||||
|
||||
size_t len;
|
||||
LOG_VERBOSE("--- In IRTransformLayer @ T#%ld---",
|
||||
LOG_VERBOSE("--- In IRTransformLayer @ M#%s, T#%ld---",
|
||||
LLVMGetModuleIdentifier(module, &len), pthread_self());
|
||||
|
||||
/* TODO: enable this for JIT mode after fixing LLVM issues */
|
||||
|
||||
Reference in New Issue
Block a user