Skip to content

Fix trait bitmap entries to correctly use 64-bit values #503

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

Merged
merged 2 commits into from
Nov 16, 2024

Conversation

jemc
Copy link
Contributor

@jemc jemc commented Nov 16, 2024

(on 64-bit systems).

Prior to this commit, there was a bug in which trait bitmap entries were truncated to 32 bits, causing bugs at run time when compiling large programs (with many reachable abstract types), where the subtypes weren't properly matching at runtime some supertypes.

jemc added 2 commits November 15, 2024 22:58
(on 64-bit systems).

Prior to this commit, there was a bug in which trait bitmap
entries were truncated to 32 bits, causing bugs at run time when
compiling large programs (with many reachable abstract types), where
the subtypes weren't properly matching at runtime some supertypes.
These improvements made it easier to figure out the subtle bug
that was fixed in the preceding commit, so they are getting
included here on this branch.
@jemc jemc self-assigned this Nov 16, 2024
@jemc jemc merged commit 946dc4e into main Nov 16, 2024
8 checks passed
@jemc jemc deleted the fix/trait-bitmap-max branch November 16, 2024 07:29
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