Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[WIP] Tail call stress needs to check more conditions #22189

Closed
wants to merge 14 commits into from
Closed

[WIP] Tail call stress needs to check more conditions #22189

wants to merge 14 commits into from

Conversation

echesakov
Copy link

This is an attempt to fix https://github.com/dotnet/coreclr/issues/11408 (and as a result of the aggressive tail call stressing https://github.com/dotnet/coreclr/issues/17584 also)

The idea is to move stress tail calls out of explicit tail call category and do hazard checks for the former (similar to what it's done for implicit tail calls).

@dotnet/jit-contrib Does anyone have any suggestions how to validate that we are not loosing TailCallStress power due to adding those checks?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RyuJIT] TailcallStress needs to check more conditions
2 participants