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

core: reduce bytecode size by avoiding type checks #311

Merged
merged 1 commit into from
May 2, 2024

Conversation

fwbrasil
Copy link
Collaborator

@fwbrasil fwbrasil commented May 2, 2024

There's no need to check the type at the last case of the match, especially considering that it uses @unchecked.

@hearnadam hearnadam merged commit 8d6ae17 into main May 2, 2024
3 checks passed
@fwbrasil fwbrasil deleted the core-bytecode-size-type-checks branch May 14, 2024 21:54
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.

None yet

2 participants