Uh oh!
There was an error while loading. Please reload this page.
Extract shared IL pattern analysis to a class - #103701
Conversation
This fixes the problem discussed at dotnet#102248 (comment). Now we call into the same code from both substitutions and scanner.
MichalStrehovsky
commented
Jun 19, 2024
SmokeTests not expected to be green without #103696 but it's such a corner case that it shouldn't matter elsewhere. |
MichalStrehovsky
commented
Jun 19, 2024
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
MichalStrehovsky
commented
Jun 19, 2024
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Uh oh!
There was an error while loading. Please reload this page.
MichalStrehovsky
commented
Jun 22, 2024
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
MichalStrehovsky
commented
Jun 24, 2024
@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
commented
Jun 27, 2024
@sbomer Can you take a look? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sbomer
left a comment
There was a problem hiding this comment.
LGTM (aside from Jan's comment) as someone looking at this area for the first time.
This fixes the problem discussed at #102248 (comment). Now we call into the same code from both substitutions and scanner.
Cc @dotnet/ilc-contrib