Calculate func_index instead of adding an extra field to wasm frame
This commit is contained in:
@ -26,8 +26,6 @@ typedef struct WASMInterpFrame {
|
||||
/* Instruction pointer of the bytecode array. */
|
||||
uint8 *ip;
|
||||
|
||||
uint32 func_index;
|
||||
|
||||
#if WASM_ENABLE_FAST_JIT != 0
|
||||
uint8 *jitted_return_addr;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user