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

Erased types #146

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Erased types #146

wants to merge 9 commits into from

Conversation

iluuu1994
Copy link
Owner

No description provided.

This has a few upsides:

* Zeroed types behave as expected, namely no type is never checked. The checked
  flag must only be set on types with some pure type mask.
* We can simplify the type check test, i.e. if the checked flag is set, the type
  must be checked.
Along with other changes in the VM. Those will all need tests.
@iluuu1994 iluuu1994 force-pushed the master branch 12 times, most recently from ec2ad32 to ee19427 Compare October 31, 2024 13:05
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