Skip to content

Review workaround for TailCallStress mode #65934

@jeffhandley

Description

@jeffhandley

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.

<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

Metadata

Metadata

Assignees

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions