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

Array contract deduplication #1674

Merged
merged 3 commits into from
Oct 12, 2023
Merged

Array contract deduplication #1674

merged 3 commits into from
Oct 12, 2023

Conversation

yannham
Copy link
Member

@yannham yannham commented Oct 11, 2023

Following #1646, this PR implements contract deduplication for arrays as well. It doesn't seem to gain a lot on the codebase used as part of #1622, but isn't pessimization either. It's expected to be useful when concatenating array of like elements, where we can keep the lazyness of contract.

Eventually, I think it would be best to be able to control all those optimizations with flags or configuration anyway.

@github-actions github-actions bot temporarily deployed to pull request October 11, 2023 09:31 Inactive
@github-actions github-actions bot temporarily deployed to pull request October 11, 2023 13:42 Inactive
@yannham yannham added this pull request to the merge queue Oct 12, 2023
Merged via the queue into master with commit 47823f5 Oct 12, 2023
5 checks passed
@yannham yannham deleted the optimization/array-ctr-dedup branch October 12, 2023 08:24
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