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 "new DateTime(<const args>)" via improvements in JIT VN #81005

Merged
merged 5 commits into from
Jan 24, 2023

Commits on Jan 22, 2023

  1. 1) Don't add implicit cast for icon handles (nint -> byref)

    2) Cache FieldSeq* for addresses
    EgorBo committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ad090d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fix size regressions

    EgorBo committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    44c18eb View commit details
    Browse the repository at this point in the history
  2. Address feedback

    EgorBo committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9f088d2 View commit details
    Browse the repository at this point in the history
  3. oops removed too much

    EgorBo committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ddc3105 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

    Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
    EgorBo and SingleAccretion committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    82a6132 View commit details
    Browse the repository at this point in the history