About size of WASMInterpFrame. Why divide sizeof(WASMBranchBlock) by 4, multiply all_cell_num by 5? #798
Unanswered
kfkfkfkfkfkf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why divide sizeof(WASMBranchBlock) by 4?
wasm-micro-runtime/core/iwasm/interpreter/wasm_interp_classic.c
Lines 3614 to 3618 in 6b3a939
Why multiply all_cell_num by 5?
wasm-micro-runtime/core/iwasm/interpreter/wasm_interp.h
Lines 68 to 73 in 6b3a939
I didn't understand the nessecity of these operations.
Could you tell me these reasons?
Beta Was this translation helpful? Give feedback.
All reactions