Uh oh!
There was an error while loading. Please reload this page.
Reduce calli address spilling - #85349
Conversation
ghost
commented
Apr 25, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsAvoid spilling FTN_ADDR params, removes spilling of address on 0 arg default cconv callis. Split off from #85197.
|
jakobbotsch
commented
Apr 25, 2023
/azp run jit-cfg |
|
Azure Pipelines successfully started running 1 pipeline(s). |
MichalPetryka
commented
Apr 26, 2023
This seems to trigger huge diffs due to delegate constructors taking less of the inliner budget. |
AndyAyersMS
commented
Apr 26, 2023
Seems like the huge diffs are mostly in what are likely unrealistic test cases. I'd like to see the ASP.NET diffs but unfortunately I can't recollect this right now as the machine I use is offline. So let's hold onto this change until I can get that collection going again. |
jakobbotsch
commented
Apr 26, 2023
/azp run runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 2 pipeline(s). |
I have a new ASP.NET SPMI collection so am going to rerun that part of normal CI. @jakobbotsch do you know if the stress failures here were mostly from promotion? |
AndyAyersMS
commented
Apr 26, 2023
Seems like since SPMI passed the first time the only rerun option is to bounce the PR. @MichalPetryka why don't we merge this up to main and trigger a new round of CI that way? Would prefer you to do this but I can do it if you like. |
I'd like to rerun stress after @jakobbotsch fixes the promotion issues with #85343. |
jakobbotsch
commented
Apr 26, 2023
/azp run runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 2 pipeline(s). |
AndyAyersMS
commented
Apr 26, 2023
FYI you can generally just merge and not rebase -- that makes it a bit easier for us to track what is going on. |
jakobbotsch
commented
Apr 27, 2023
Looks like it, the remaining failures are #85449, #85426 and #48798 as far as I can tell. |
AndyAyersMS
commented
Apr 27, 2023
Seems like the various failures are known, so let's merge. |
AndyAyersMS
commented
Apr 27, 2023
@MichalPetryka thanks! |
Avoid spilling FTN_ADDR params, removes spilling of address on 0 arg default cconv callis.
Split off from #85197.