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

Optimize codegen of [] for immutable arrays #74464

Merged
merged 4 commits into from
Jul 29, 2024

Conversation

DoctorKrolic
Copy link
Contributor

Fixes: #71159

@DoctorKrolic DoctorKrolic requested a review from a team as a code owner July 19, 2024 16:52
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 19, 2024
@dotnet-policy-service dotnet-policy-service bot added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label Jul 19, 2024
@RikkiGibson RikkiGibson requested a review from a team July 19, 2024 19:00
@RikkiGibson
Copy link
Contributor

@dotnet/roslyn-compiler for a second review

@jaredpar
Copy link
Member

@cston PTAL

@jaredpar jaredpar added this to the 17.12 milestone Jul 19, 2024
DoctorKrolic and others added 2 commits July 20, 2024 00:03
Co-authored-by: Jared Parsons <jared@paranoidcoding.org>
@cston cston merged commit a4cc614 into dotnet:main Jul 29, 2024
24 checks passed
@dotnet-policy-service dotnet-policy-service bot modified the milestones: 17.12, Next Jul 29, 2024
@DoctorKrolic DoctorKrolic deleted the immutable-array-empty branch July 29, 2024 17:22
@RikkiGibson RikkiGibson modified the milestones: Next, 17.12 P1 Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Community The pull request was submitted by a contributor who is not a Microsoft employee. untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ImmutableArray<object>.Empty is not equal to ImmutableArray<object> c = []
4 participants