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

epoch: Remove dependency on memoffset #1058

Merged
merged 1 commit into from
Dec 23, 2023
Merged

epoch: Remove dependency on memoffset #1058

merged 1 commit into from
Dec 23, 2023

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Dec 23, 2023

entry is the first field of Local, so we can remove the needs of offset_of by just making Local repr(C).

`entry` is the first field of `Local`, so we can remove the needs of
`offset_of` by just making `Local` `repr(C)`.
@taiki-e taiki-e merged commit 4b021eb into master Dec 23, 2023
24 checks passed
@taiki-e taiki-e deleted the taiki-e/repr-c branch December 23, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant