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

Extract shared IL pattern analysis to a class #103701

Merged
merged 14 commits into from
Jul 1, 2024

Conversation

MichalStrehovsky
Copy link
Member

This fixes the problem discussed at #102248 (comment). Now we call into the same code from both substitutions and scanner.

Cc @dotnet/ilc-contrib

This fixes the problem discussed at dotnet#102248 (comment). Now we call into the same code from both substitutions and scanner.
@MichalStrehovsky
Copy link
Member Author

SmokeTests not expected to be green without #103696 but it's such a corner case that it shouldn't matter elsewhere.

@MichalStrehovsky
Copy link
Member Author

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky
Copy link
Member Author

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky
Copy link
Member Author

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky MichalStrehovsky marked this pull request as ready for review June 24, 2024 11:05
@MichalStrehovsky
Copy link
Member Author

@dotnet/ilc-contrib could someone have a look please? This is a refactor to allow more code sharing and a building block for #103883 (that currently has this PR inlined into it) that brings up to 7% size savings for scenarios where this kicks in really well.

@agocke
Copy link
Member

agocke commented Jun 27, 2024

@sbomer Can you take a look?

Copy link
Member

@sbomer sbomer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (aside from Jan's comment) as someone looking at this area for the first time.

@MichalStrehovsky MichalStrehovsky merged commit 9f26939 into dotnet:main Jul 1, 2024
91 of 93 checks passed
@MichalStrehovsky MichalStrehovsky deleted the patanaly branch July 1, 2024 07:35
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants