Uh oh!
There was an error while loading. Please reload this page.
JIT: refactor CSE heuristics - #95705
Conversation
Split the heuristics into a common base class and (currently) two derived classes, one for normal CSEs and another for random CSEs.
ghost
commented
Dec 6, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsSplit the heuristics into a common base class and (currently) two derived classes, one for normal CSEs and another for random CSEs.
|
AndyAyersMS
commented
Dec 6, 2023
Was expecting no diffs, but have few, let me dig in. |
AndyAyersMS
commented
Dec 7, 2023
Diffs come from slight changes to how the CSE stress works
I think the new behavior is preferable. Will run jitstress to see if it causes any issues. |
AndyAyersMS
commented
Dec 7, 2023
/azp run coreclr-runtime jitstress |
|
No pipelines are associated with this pull request. |
AndyAyersMS
commented
Dec 7, 2023
/azp run runtime-coreclr jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
AndyAyersMS
commented
Dec 7, 2023
@jakobbotsch PTAL Passed jit stress pre merge commit. |
jakobbotsch
left a comment
There was a problem hiding this comment.
LGTM, didn't go into too much detail under the assumption that this is more or less mechanical...
Split the heuristics into a common base class and (currently) two derived classes, one for normal CSEs and another for random CSEs.