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

Commits on Aug 24, 2021

  1. [release/6.0-rc1] MonoAOTCompiler: Check for proxy file's target only…

    … when the cache is being used. (#57867)
    
    Backport of #57865
    
    Fixes #57800 .
    radical authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    8fde874 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1316a45 View commit details
    Browse the repository at this point in the history
  3. [interp] Use existing InterpMethod if allocation and lookup race (#57985

    )
    
    If two threads both want to get an InterpMethod for the same MonoMethod, and
    they both see null from the first hash table lookup, make sure that whichever
    one comes into the jit_mm lock second re-uses the previously inserted
    InterpMethod, instead of its own version.
    
    Without this change, racing threads will overwrite
    MonoJitInfo:seq_points (in mono_interp_transform_method) which sometimes leads
    to deallocating the same sequence points multiple times.
    
    Fixes #57812
    
    Co-authored-by: Aleksey Kliger <[email protected]>
    github-actions[bot] and lambdageek authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    949a0a0 View commit details
    Browse the repository at this point in the history
  4. [release/6.0-rc1] [wasm][debugger] Fixing assert while debugging. (#5…

    …8032)
    
    When trying to evaluate DebuggerProxyAttribute of a generic type <T, K>, it was working only for one parameter .
    
    Fixes #58021
    
    Co-authored-by: Thays <[email protected]>
    github-actions[bot] and thaystg authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a6ccd53 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. [release/6.0-rc1] Add event to RuntimeEventSource for AppContext swit…

    …ches (#57847)
    
    * Add event to RuntimeEventSource for AppContext switches
    
    Fixes #56142
    
    * Respond to PR comments
    
    * Add preliminary tests
    
    * Respond to PR comments
    
    * Add keyword
    
    * Fix tests
    
    * Remove AppContext EventSource support on browser
    
    * forgot using
    
    * Fix error reporting, add comments
    
    * Respond to PR comments
    
    * Refactor tests
    
    * Fix case where s_switches is null
    
    * Fix bug
    
    * Print more info for test failure
    
    * Typo
    
    * Fix lab failure
    
    * Respond to PR comments
    
    * Respond to PR comments
    
    * Typo
    
    * Respond to PR comments
    
    * Skip RuntimeEventSource tests on wasm and android (#57890)
    
    * Skip RuntimeEventSource tests on wasm and android
    
    * Skip tests without using issues.targets
    
    * Disable test for mono
    
    (cherry picked from commit 454ac57)
    
    Co-authored-by: Andy Gocke <[email protected]>
    github-actions[bot] and agocke authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    75e6a7f View commit details
    Browse the repository at this point in the history
  2. [release/6.0-rc1] Support special characters in [JsonPropertyName] (#…

    …58075)
    
    * Support special characters in [JsonPropertyName]
    
    * Make gen'd property name readonly; other misc
    
    Co-authored-by: Steve Harter <[email protected]>
    github-actions[bot] and steveharter authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6145251 View commit details
    Browse the repository at this point in the history
Loading