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

Commits on Feb 14, 2025

  1. JIT: Fix illegal instruction encoding for float->float casts (#112217)

    * fix illegal instruction encoding for floating->floating casts
    
    * remove path-based trigger for jitstress-isas-avx512 pipeline
    saucecontrol authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    eb99e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87959c6 View commit details
    Browse the repository at this point in the history
  3. Run TypeIntrinsics tests with native AOT (#112477)

    I don't think the `CreateDynamic` flavors test anything interesting from codegen perspective. The `IsValueType` and `IsValueTypeObj` methods are going to be called using reflection, but nothing interesting will happen in the method body (it's a very regular method body). All the `dynamic` keyword is doing there is that a ton of reflection is going to happen before we execute the regular method body.
    MichalStrehovsky authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    42423ef View commit details
    Browse the repository at this point in the history
Loading