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

feat: exception handling rework: unwind argument as integer. #271

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

yuri91
Copy link
Member

@yuri91 yuri91 commented Nov 25, 2024

Instead of using void* to represent the unwind argument, switch to using an int. The argument was really just an int all along ,and we were pretending it was a pointer to conform to the ABI. Future changes related to Address Spaces will require changes to the ABI anyway (the pointer would need an address space, probably multiple), so the least painful option is to just use int.

Instead of using void* to represent the unwind argument, switch to using
an int. The argument was really just an int all along ,and we were
pretending it was a pointer to conform to the ABI.
Future changes related to Address Spaces will require changes to the ABI
anyway (the pointer would need an address space, probably multiple), so the
least painful option is to just use int.
@yuri91 yuri91 merged commit 1228443 into master Nov 25, 2024
1 check passed
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.

1 participant