Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JIT: Avoid boxing ArgumentNullException.ThrowIfNull arguments in Tier-0 #104815

Merged
merged 8 commits into from
Jul 15, 2024

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    6dca675 View commit details
    Browse the repository at this point in the history
  2. fix debug

    EgorBo committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3d25a88 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Handle nullable

    EgorBo committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ae84b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6264f31 View commit details
    Browse the repository at this point in the history
  3. clean up

    EgorBo committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d446a2b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Update src/coreclr/jit/importercalls.cpp

    Co-authored-by: Jakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
    EgorBo and jakobbotsch authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    ee83f6b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    371331f View commit details
    Browse the repository at this point in the history
  2. Address feedback

    EgorBo committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6a7fdf7 View commit details
    Browse the repository at this point in the history