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: Fold null checks against initialized static readonly fields #50000

Merged
merged 7 commits into from
Mar 23, 2021

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    7ff23b1 View commit details
    Browse the repository at this point in the history
  2. Add a comment

    EgorBo committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ba52b20 View commit details
    Browse the repository at this point in the history
  3. Add an assert

    EgorBo committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    684214c View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/jit/gentree.h

    Co-authored-by: Andy Ayers <andya@microsoft.com>
    EgorBo and AndyAyersMS authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    23498e0 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Sergey Andreenko <seandree@microsoft.com>
    EgorBo and Sergey Andreenko authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    1d99043 View commit details
    Browse the repository at this point in the history
  6. Update valuenumfuncs.h

    EgorBo authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    4e5fb87 View commit details
    Browse the repository at this point in the history
  7. Address feedback

    EgorBo committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    a6d7e33 View commit details
    Browse the repository at this point in the history