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

Avoid explicit tag padding #7084

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Avoid explicit tag padding #7084

merged 2 commits into from
Sep 17, 2024

Conversation

bhansconnect
Copy link
Contributor

Explicit padding changes the c-abi when passed to/returned from functions. This is leading to incorrect loading of types like Task U64 {}.

Explicit padding changes the c-abi when passed to/returned from functions.
This is leading to incorrect loading of types like `Task U64 {}`.
@bhansconnect
Copy link
Contributor Author

This seems to at least a be a partial fix for our issues, I am still seeing an issue with nqueens in false interpreter, but this definitely gets it farther and is fixing a bug.

@bhansconnect
Copy link
Contributor Author

I think we should just submit this as is. We seem to have another abi issue, but it is a separate issue that will need to be dug into more.

@bhansconnect bhansconnect merged commit 3215a8f into main Sep 17, 2024
18 checks passed
@bhansconnect bhansconnect deleted the tag-padding branch September 17, 2024 10:00
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