Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reliably construct backtraces when stack switching is enabled.
This patch is a follow up on PR bytecodealliance#35. It partially addresses issue presence of stack switching as older frame pointers are not guaranteed to be greater than the current frame pointer (e.g. tracing across stack boundaries).
- Loading branch information