re-org bh_definition.c && introduce wamr fast interpreter (#189)
Co-authored-by: Xu Jun
This commit is contained in:
@ -355,6 +355,10 @@ functions_instantiate(const WASMModule *module,
|
||||
|
||||
function->local_offsets = function->u.func->local_offsets;
|
||||
|
||||
#if WASM_ENABLE_FAST_INTERP != 0
|
||||
function->const_cell_num = function->u.func->const_cell_num;
|
||||
#endif
|
||||
|
||||
function++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user