Skip to content

Conversation

@JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Aug 29, 2025

Make the code cleaner. This will also make it easier to implement additional optimizations.

This probably fixes a few bugs as well.

Copy link
Collaborator

@p-sawicki p-sawicki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, one small nit

Comment on lines 1664 to 1665
mask = Integer(1, value.type, line)
return self.int_op(value.type, value, mask, IntOp.XOR, line)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use typ in place of value.type here as well.

@JukkaL JukkaL merged commit d9c77cb into master Aug 29, 2025
13 checks passed
@JukkaL JukkaL deleted the mypyc-refactor branch August 29, 2025 11:56
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.

3 participants