-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Description
Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime identified a workaround in place where it's unclear if the backing issue that necessitated the workaround has been resolved.
- The original issue was: JIT\opt\OSR\tailrecursetry\tailrecursetry.cmd fails with COMPlus_FastTailCalls=0 · Issue #35687 · dotnet/runtime
- The PR that applied the workaround was: Fix TailCallStress mode. by erozenfeld · Pull Request #40698 · dotnet/runtime
runtime/src/tests/JIT/opt/OSR/tailrecursetry.csproj
Lines 5 to 9 in f04a242
| <Optimize>True</Optimize> | |
| <!-- This test currently fails for TailcallStress. Disable for JIT stress modes until this is fixed. | |
| Issue: https://github.com/dotnet/runtime/issues/35687 | |
| --> | |
| <JitOptimizationSensitive>true</JitOptimizationSensitive> |
The workaround should be evaluated to determine if it's still necessary. With the findings, we should either update the code to remove the workaround or update the code comment to reference an open issue for tracking when we can remove the workaround.
/cc @deeprobin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI