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: 85e8f688ff
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3bae822e56
Choose a head ref
  • 7 commits
  • 35 files changed
  • 5 contributors

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    e0884ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b542b9 View commit details
    Browse the repository at this point in the history
  3. Guard against -1 Returned from sysconf for the Cache Sizes Causing La…

    …rge Gen0 Sizes and Budgets for Certain Linux Distributions. (#100502)
    
    * Logging.
    
    * Fixed comparison check
    
    * Fix logical operations
    
    * Completely guard against the cacheSize as UINTMAX_MAX
    
    * Fix for right macro
    
    * Ensure we are guarded against all cases where cacheSize == SIZE_MAX
    
    * Added an extra guard and removed redundant case
    
    * Comment clean
    
    * Added some additional asserts
    
    * Removed unnecessary checks for cacheSize == SIZE_MAX
    
    * Cleaned up logic
    
    * Fix type casting comparison
    
    * Removed redundant comment
    
    * Removed one more unneccesary guard
    mrsharm authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0c0b8b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b66d44a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5bead6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8763f6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3bae822 View commit details
    Browse the repository at this point in the history
Loading