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

Subtype: minor optimization for simple_intersect #49477

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

N5N3
Copy link
Member

@N5N3 N5N3 commented Apr 24, 2023

This PR adds some NFC optimization on simple_intersect

  1. remove duplicated disjoint check.
  2. add a fast path for all disjoint case.

It should also make analyzegc happy again on the 1.9 backport branch.

1. remove duplicated disjoint check.
2. add a fast path for all disjoint case.
@N5N3 N5N3 added domain:types and dispatch Types, subtyping and method dispatch backport 1.9 Change should be backported to release-1.9 labels Apr 24, 2023
@N5N3 N5N3 merged commit b291522 into JuliaLang:master Apr 25, 2023
@N5N3 N5N3 deleted the subtype_opt branch April 25, 2023 10:50
@N5N3 N5N3 removed the backport 1.9 Change should be backported to release-1.9 label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant