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

Commits on Mar 25, 2024

  1. Compiler server fixes

    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 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3f7d164 View commit details
    Browse the repository at this point in the history
  2. pr feedback

    jaredpar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    988029d View commit details
    Browse the repository at this point in the history
  3. pr feedback

    jaredpar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    07139af View commit details
    Browse the repository at this point in the history
  4. pr feedback

    jaredpar committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d4288ad View commit details
    Browse the repository at this point in the history