Replies: 1 comment
-
Hi, you can add more operand stack sizes by passing a desirable size to iwasm like: For general Fast Jit debugging, you can refer to this issue and use the method this author adopted.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My team is experimenting with WAMR fastjit on x86. We have an internal benchmark that runs successfully in interpreted mode, but crashes with an operand stack overflow in fastjit mode. We're trying to assemble a minimal example that demonstrates the issue, but in the meantime, are there best practices/techniques that the WAMR devs use to debug potential JIT issues? For example, I'd like to be able to dump the JIT-generated code corresponding to our failing function.
Beta Was this translation helpful? Give feedback.
All reactions