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

Reduce allocations in ExpressionEqualityComparer #21113

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

roji
Copy link
Member

@roji roji commented Jun 2, 2020

Closes #17757

Note: the assumes that the same ParameterExpression instance cannot appear in the parameter list of nested lambdas, which I'm pretty sure is correct, but would be good to confirm with the experts.

@roji roji force-pushed the ExpressionComparerAllocations branch from c5331d3 to 1a90f4a Compare June 2, 2020 23:28
@roji roji merged commit 31f219d into master Jun 8, 2020
@roji roji deleted the ExpressionComparerAllocations branch June 8, 2020 19:29
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.

Reduce allocations in ExpressionEqualityComparer
3 participants