Uh oh!
There was an error while loading. Please reload this page.
Make optVNAssertionPropCurStmtVisitor post-order - #78630
Conversation
ghost
commented
Nov 21, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsjust to see what jit-diffs/pintool think about it...
|
EgorBo
commented
Nov 21, 2022
@SingleAccretion's idea, I was 100% sure it would regress TP 🙂 but it improves it in fact. https://dev.azure.com/dnceng-public/public/_build/results?buildId=89456&view=results Diffs in libraries collection are not too big that's why I didn't do this change in my previous PR (I though I would regress TP for a small diff). |
EgorBo
commented
Nov 21, 2022
SingleAccretion
commented
Nov 21, 2022
If memory is not failing me, this should also fix #57033. |
SingleAccretion
left a comment
There was a problem hiding this comment.
LGTM!
It is quite curious we see a TP increase. Would be interesting (but not necessarily worthwhile) to find out why that is.
EgorBo
commented
Nov 21, 2022
Yeah, it folds the whole thing to |
jakobbotsch
commented
Nov 21, 2022
Seems like there's some more low hanging fruit here TP wise by using a |
EgorBo
commented
Nov 21, 2022
SPMI failure: Presumably collection failed on that one yesterday and we need to kick it off again |
just to see what spmi thinks about it...