-
Notifications
You must be signed in to change notification settings - Fork 5k
Arm64: !"Inconsistent profile data" Remove empty try-catch-fault 3 #115122
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
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@dotnet/jit-contrib |
Our profile consistency checks aren't aggressive enough to find the consistency issue until late EH removal gets rid of a catch clause. The actual inconsistency is introduced during the post-morph profile synthesis run, where not all of the method's entry weight makes it to
The Gauss-Seidel solver stops a few iterations short of fixing the inconsistency because the stopping residual (0.002) is too high. Tightening the stopping residual to 0.001 coaxes the solver to run for more iterations such that the imbalance is fixed:
@AndyAyersMS does increasing the number of solver iterations seem like the right approach to you? |
Seems ok to me, these cases should be relatively rare. |
Uh oh!
There was an error while loading. Please reload this page.
Found by Antigen: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1027770&view=ms.vss-build-web.run-extensions-tab
superpmi.exe clrjit_universal_arm64_X64.dll profile_data.mc
profile_data.zip
The text was updated successfully, but these errors were encountered: