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

Compiler server fixes #72716

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Compiler server fixes #72716

merged 4 commits into from
Mar 26, 2024

Conversation

jaredpar
Copy link
Member

Couple quick fixes:

  1. Include the rejected reason in bootstrap build failure messages.
  2. Don't read entire request into memory, do it incrementally from the original Stream. This saves ~4MB of LOH allocations.

Couple quick fixes:

1. Include the rejected reason in bootstrap build failure messages.
2. Don't read entire request into memory, do it incrementally from the
   original `Stream`. This saves ~4MB of LOH allocations.
@jaredpar jaredpar requested a review from a team as a code owner March 25, 2024 17:22
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 25, 2024
@jaredpar
Copy link
Member Author

@dotnet/roslyn-compiler PTAL

@cston
Copy link
Member

cston commented Mar 25, 2024

  1. Include the rejected reason in bootstrap build failure messages.

Was this change included?

@jaredpar
Copy link
Member Author

Was this change included?

Bitten by not saving before committing again 😦

@jaredpar jaredpar requested a review from a team as a code owner March 25, 2024 18:05
@jaredpar jaredpar merged commit 4793b4e into dotnet:main Mar 26, 2024
27 of 30 checks passed
@jaredpar jaredpar deleted the bootstrap branch March 26, 2024 16:21
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Mar 26, 2024
@dibarbet dibarbet modified the milestones: Next, 17.11 P1 Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers 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.

None yet

5 participants