You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #932 (which will not be merged due to other concerns),
I found that code_block_num_last_used, irreversible_block, and wasm_interface_exit were not called by wasmifs on read-only threads.
During the review, @heifner found out first_block_num_used field and index were never used in the multi-index container for instantiated modules. This was wasteful.
The text was updated successfully, but these errors were encountered:
linh2931
changed the title
Some wasm_interface methods not applied on read-only threads
Some wasm_interface methods not called by wamsifs on read-only threads
Apr 4, 2023
While working on #932 (which will not be merged due to other concerns),
code_block_num_last_used
,irreversible_block
, andwasm_interface_exit
were not called by wasmifs on read-only threads.first_block_num_used
field and index were never used in the multi-index container for instantiated modules. This was wasteful.The text was updated successfully, but these errors were encountered: