-
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/Directed/tailcall/mutual_recursion/mutual_recursion.cmd #106603
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Failed in: runtime-coreclr gcstress0x3-gcstress0xc 20240825.1 Failed tests:
Error message:
Stack trace:
|
I was able to bisect this to the range 7963a49..f9c0846. In that range we picked up the preview 7 SDK, which seems like it also included a new fsc version. I see significant IL codegen differences that I think are leading to the differences. Even without GC stress the preview7 version is much, much slower than the previous version. Will try to distill the problem a bit and open an issue on the F# repo. |
I opened dotnet/fsharp#17607 about the degraded IL codegen. I'm going to fix this in the repo by making the test GC stress incompatible. |
Failed in: runtime-coreclr gcstress0x3-gcstress0xc 20240818.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: