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

Add generator driver cache to VBCSCompiler #55023

Merged
merged 7 commits into from
Aug 31, 2021

Commits on Jul 21, 2021

  1. Add generator drive cache to VBCSCompiler:

    - Create a new cache type
    - Make the compiler optionally take it
    - Pass in the cache when running on the server
    - Check the cache (if there is one) for a generator driver before creating a new one
    chsienki committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0f3dd68 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Update cache to invalidate when generators change

    Add feature flag to disable cache
    chsienki committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    0e1ad7e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    d400669 View commit details
    Browse the repository at this point in the history
  2. Formatting

    chsienki committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    04a1bc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. PR Feedback

    chsienki committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    481391b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    33670e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Update src/Compilers/Core/Portable/CommandLine/CommonCompiler.cs

    Co-authored-by: Charles Stoner <chucks@microsoft.com>
    chsienki and cston authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    0aafa26 View commit details
    Browse the repository at this point in the history