-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Test failure: JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.sh #44341
Comments
Same: #9810 |
Same: #8034 |
The slowness here (when crossgen2 compiling the test case) is in In this test there are 124697 blocks. When JITing we drop down to MinOpts:
for R2R, we don't. |
Even though it appears |
Given that this is a ridiculous test case, I'm going to push out this bug. Theoretically, we could "audit" all the JIT algorithms, or do some measurements of crossgen (or forced non-MinOpts) throughput and find all the places where the JIT has non-linear behavior. Then, such as for |
@AndyAyersMS fyi |
I have plans to fix that aspect of |
Use a bit vector to track the visited blocks. This scales much better than using the per-block visited flags. Fixes dotnet#44341.
Use a bit vector to track the visited blocks. This scales much better than using the per-block visited flags. Fixes #44341.
failed in job: runtime-coreclr outerloop 20201105.4
failed tests:
JIT/Regression/JitBlue/DevDiv_255294/DevDiv_255294/DevDiv_255294.sh
JIT\Regression\JitBlue\DevDiv_255294\DevDiv_255294\DevDiv_255294.cmd
R2R Linux arm64 Checked no_tiered_compilation @ (Alpine.312.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-arm64v8-20200602002604-25f8a3e
Error message
The text was updated successfully, but these errors were encountered: