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

enable osr stress tests for libraries and add fixes #64116

Merged
merged 8 commits into from
Jan 28, 2022

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    a8babb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    a8b8ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Configuration menu
    Copy the full SHA
    3766dbc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. * Add ability to suppress patchpoints by hash.

    * Dump IR after patchpoints phase, if any were added
    * Fix bug in recursive tail call detection -- if
    we devirtualize we need to update the method handle we use.
    
    This last change is the key bug fix -- OSR methods rely on
    getting this detection right so they know if they need to import
    the method entry block.
    AndyAyersMS committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7ba31eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd1dd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a04aae View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    70387a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9185609 View commit details
    Browse the repository at this point in the history