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

Optimize GDV checks for objects with known type #84661

Merged
merged 26 commits into from
Apr 22, 2023

Commits on Apr 11, 2023

  1. Optimize GDV check

    EgorBo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f31dd26 View commit details
    Browse the repository at this point in the history
  2. Improve

    EgorBo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7a754d6 View commit details
    Browse the repository at this point in the history
  3. move to VN

    EgorBo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0246f11 View commit details
    Browse the repository at this point in the history
  4. use handle

    EgorBo committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3e5d5d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Add in Morph too

    EgorBo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4934611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef2ef49 View commit details
    Browse the repository at this point in the history
  3. add comments

    EgorBo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4446e6d View commit details
    Browse the repository at this point in the history
  4. Update morph.cpp

    EgorBo authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    846e7d7 View commit details
    Browse the repository at this point in the history
  5. fix build

    EgorBo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    349e77a View commit details
    Browse the repository at this point in the history
  6. remove morph part

    EgorBo committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    036f431 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67aa3e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4a898d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix naot

    EgorBo committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    30855af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38b63db View commit details
    Browse the repository at this point in the history
  3. test

    EgorBo committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    be87146 View commit details
    Browse the repository at this point in the history
  4. more coservative fix

    EgorBo committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    38eea8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e802a9 View commit details
    Browse the repository at this point in the history
  6. test2

    EgorBo committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    f41fe83 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. fix cg?

    EgorBo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2477124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55663c View commit details
    Browse the repository at this point in the history
  3. skip indirect handles

    EgorBo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    70e5e38 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    EgorBo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3b18809 View commit details
    Browse the repository at this point in the history
  5. Update src/coreclr/jit/valuenum.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    602a2ba View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    737b3a4 View commit details
    Browse the repository at this point in the history
  2. fix naot assert

    EgorBo committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    beb3ab9 View commit details
    Browse the repository at this point in the history
  3. Apply Jan's suggestion

    EgorBo committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    166e900 View commit details
    Browse the repository at this point in the history