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: 17a4eca
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 508fef5
Choose a head ref
  • 8 commits
  • 21 files changed
  • 8 contributors

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    ec5e8b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eead714 View commit details
    Browse the repository at this point in the history
  3. JIT: have jit tail call stress avoid creating loops in some cases (#7…

    …3114)
    
    Don't create a loop via tail call stress if the method didn't already have a loop and could have patchpoints.
    
    Fixes #73090.
    AndyAyersMS authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    5e6df13 View commit details
    Browse the repository at this point in the history
  4. 30% optimization of DateTime.GetDate()/`.Year/.Month/.Day/.DayOfYea…

    …r` by 'Euclidean affine functions' (#72712)
    
    * Optimize DateTime.GetDate()/.GetDatePart() by 'Euclidean affine functions'
    
    * Code style
    
    * Refactoring: avoid switch and 'var' keyword; add March1BasedDayOfNewYear constant
    
    * Fix build
    
    * Add [MethodImpl(MethodImplOptions.AggressiveInlining)] to GetDatePart()
    
    * revert relevant comments from original code
    
    * Inline calculations into properties: Year, Month, Day, DayOfYear instead of Common GetDatePart() function
    
    * Fix indentation
    
    * align comment
    SergeiPavlov authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    85beaec View commit details
    Browse the repository at this point in the history
  5. Add documentation for hot/cold splitting (#73029)

    * Add documentation for hot/cold splitting
    
    * Address feedback
    
    * Improve phrasing
    Aman Khalid authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    13b4bb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d07b800 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    3605700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508fef5 View commit details
    Browse the repository at this point in the history
Loading