Merge two levels of hash cache of branch block address into one (#173)
This commit is contained in:
@ -63,7 +63,7 @@ wasm_loader_unload(WASMModule *module);
|
||||
* @return true if success, false otherwise
|
||||
*/
|
||||
bool
|
||||
wasm_loader_find_block_addr(WASMModule *module,
|
||||
wasm_loader_find_block_addr(BlockAddr *block_addr_cache,
|
||||
const uint8 *start_addr,
|
||||
const uint8 *code_end_addr,
|
||||
uint8 block_type,
|
||||
|
||||
Reference in New Issue
Block a user