Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e5dd715
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90f97ac
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    30b3161 View commit details
    Browse the repository at this point in the history
  2. JIT: minor cleanups to the guarded devirtualization transform. (#51769)

    Some small changes in anticipation of an upcoming bigger change.
    Should give a tiny boost to throughput and is (nearly) no diff.
    
    Don't bother creating a new block for the GDV test, it can sit at
    the end of the original block.
    
    Bash the original ret expr instead of leaving it referring to a temp
    local and/or nop.
    AndyAyersMS authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    79d8dad View commit details
    Browse the repository at this point in the history
  3. Add alias for -arch on Linux scripts (#51816)

    -a alias supported by build.ps1
    kant2002 authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    a123d28 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Use newest PGO data for Linux and windows-x86 (#51656)

    This data was previously held back because we weren't producing
    builds with Linux or windows-x86 but now we are. The Linux builds
    now produce only a single profdata file, coreclr.profdata, which 
    should contain all the profile information for all the libraries in the
    runtime.
    agocke authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    90f97ac View commit details
    Browse the repository at this point in the history
Loading