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: Give up on the tail call if there are unexpected blocks after it #50806

Merged
merged 7 commits into from
Apr 15, 2021

Commits on Apr 8, 2021

  1. Add a test

    EgorBo committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    aec96ad View commit details
    Browse the repository at this point in the history
  2. Address feedback

    EgorBo committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7f750ab View commit details
    Browse the repository at this point in the history
  3. Update GitHub_50492.cs

    EgorBo authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    98abe86 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Reduce return temp shuffling for Guarded Devirtualization

    Inlinee guarded devirtualization candidates that are also tail call
    candidates can share the return temp with the parent inline.
    
    Blocks containing only GT_NOP or only GT_PHI are empty.
    AndyAyersMS authored and EgorBo committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    135d78c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90bb344 View commit details
    Browse the repository at this point in the history
  3. Update morph.cpp

    EgorBo authored Apr 9, 2021
    Configuration menu
    Copy the full SHA
    7a6bcf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. formatting

    AndyAyersMS committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    f3dd8d6 View commit details
    Browse the repository at this point in the history