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

Commits on Nov 15, 2022

  1. Updating fabricbot area pods (#78415)

    * Updating fabricbot area pods
    
    * Also update area-owners.json
    joperezr authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f652776 View commit details
    Browse the repository at this point in the history
  2. Introduce WASM JITs for interpreter opcodes, do_jit_call, and interp_…

    …entry wrappers (#76477)
    
    This PR introduces a "jiterpreter" just-in-time WASM compiler for interpreter opcodes along with a set of specialized WASM JIT compilers to improve the performance of interp_entry and do_jit_call. The result is significantly improved performance for pure-interpreter workloads along with measurable speedups for interp->aot and aot->interp transitions in mixed mode AOT applications. In this commit it is disabled by default, with the exception of an optimization to use wasm exception handling if available for do_jit_call (as a replacement for mono_llvm_catch_cpp_exception).
    
    It will be enabled by default in a future PR.
    kg authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    ce58915 View commit details
    Browse the repository at this point in the history
Loading