Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vm): remove go:nosplit from RunInstruction func #683

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

rodrigo-pino
Copy link
Contributor

When debugging (with go-delve) some optimizations are skipped which mean this function exceeds the maximum Go stack frame. When this happens, Go usually splits the function but since there was an explicit "nosplit" the code is unable to compile and makes impossible to debug any functionality that uses RunInstruction.

When debugging (with go-delve) some optimizations are skipped which
mean this function exceeds the maximum Go stack frame. When this
happens, Go usually splits the function but since there was an explicit
"nosplit" the code is unable to compile and makes impossible to debug
any functionality that uses `RunInstruction`.
@cicr99 cicr99 merged commit 8aff6b7 into main Jan 17, 2025
6 checks passed
@cicr99 cicr99 deleted the rdr/remove-gosplit branch January 17, 2025 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants