Fix issue of Multi-tier JIT (#2056)

This commit is contained in:
Wenyong Huang
2023-03-25 11:15:05 +08:00
committed by GitHub
parent b0f614d77a
commit 605c8b07dc
4 changed files with 22 additions and 5 deletions

View File

@ -602,6 +602,9 @@ struct WASMModule {
since no need to enable llvm jit compilation for Mode_Interp and
Mode_Fast_JIT, so as to improve performance for them */
bool enable_llvm_jit_compilation;
/* The count of groups which finish compiling the fast jit
functions in that group */
uint32 fast_jit_ready_groups;
#endif
};