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

Commits on Sep 24, 2024

  1. Fix createdump 'stack smashing detected' error on arm64 (#108166)

    The changes from PR #91865 were reverted by PR #95433.
    
    This change restores the fix from PR #91865 by changing the size back to SpecialDiagInfoSize
    but uses the 4 parameter MemoryRegion constructor that doesn't assert the address/size is on
    a PAGE_SIZE alignment (PR #95433).
    
    Issue: #108023
    mikem8361 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c461910 View commit details
    Browse the repository at this point in the history
  2. Remove a lock contention test (#108155)

    Followup to #108135. The test seems to be failing occasionally, it doesn't seem to be reliable, as other components that are involved can contend on locks aside from lock contention the test is looking for.
    kouvel authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d4fbddf View commit details
    Browse the repository at this point in the history
  3. Misc cleanup of VM threading code (#108171)

    - Delete special-casing of thread finalizer
    - Factor out Get/SetApartment of unstarted threads
    - Delete some dead code
    - Fix comments
    jkotas authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    23b3d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f3d6fa View commit details
    Browse the repository at this point in the history
  5. Revert "JIT: Extend jump tables (#107831)" (#108169)

    This reverts commit a35f722.
    BruceForstall authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    04c5a32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8d1fc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d830b37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f619a7 View commit details
    Browse the repository at this point in the history
Loading