Skip to content

Summarize compiler server behavior #451

@sharwell

Description

@sharwell

@jaredpar is updating VBCSCompiler to produce more actionable data relating to the use of the compiler server. For each compiler invocation, the following will be available:

  • The compiler server is enabled, and was used for the compilation request (ideal case)
  • The compiler server is disabled due to the project configuration (success case, but known to be slow)
  • The compiler server is enabled, but was unable to serve the compilation request (failure case)
    • Failed to launch the compiler server
    • Server launched, but failed due to [cause]

Due to the performance impact of successful operation of the compiler server, we should offer a feature to summarize the results of all compilation requests present in a binary log for quick review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions