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

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    d74b524 View commit details
    Browse the repository at this point in the history
  2. [mono] Enable Yield_r* tests with FullAOT (llvm) (#90614)

    - enabled for Apple mobile as well
    matouskozak authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8b274d3 View commit details
    Browse the repository at this point in the history
  3. [wasm] Notify jiterpreter when a method is freed (#89980)

    Notify jiterpreter when a method is freed and ensure it isn't in the jit queues
    Migrate jiterpreter jit queues to C thread-local memory
    Fix race in trace_info_alloc
    Annotate races for later cleanup
    kg authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1e40c04 View commit details
    Browse the repository at this point in the history
Loading