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: ebf4ea7
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 33cb335
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    4238ef0 View commit details
    Browse the repository at this point in the history
  2. Set DNER for all local fields (#77341)

    Not just the promoted ones.
    SingleAccretion authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    4e85471 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. [mono][interp] Small improvements to get span item (#77331)

    * [mono][interp] Improve GETITEM_SPAN intrinsic
    
    Field offsets are known at compile time, they don't need to be included in the code stream.
    
    * [mono][interp] Add version of getitemspan that doesn't use indirection
    
    * [mono][interp] Add general MonoSpanOfVoid struct and use it in interp opcodes
    BrzVlad authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    72eb39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33cb335 View commit details
    Browse the repository at this point in the history
Loading