Skip to content

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.

2 participants