Skip to content
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

System.Runtime.CompilerServices.RuntimeHelpers.DispatchTailCalls in stacktraces #45011

Closed
NinoFloris opened this issue Nov 20, 2020 · 0 comments · Fixed by #45019
Closed

System.Runtime.CompilerServices.RuntimeHelpers.DispatchTailCalls in stacktraces #45011

NinoFloris opened this issue Nov 20, 2020 · 0 comments · Fixed by #45019
Labels
area-VM-coreclr untriaged New issue has not been triaged by the area owner

Comments

@NinoFloris
Copy link
Contributor

For F# code since 5.0 I see System.Runtime.CompilerServices.RuntimeHelpers.DispatchTailCalls as a frame in stack traces, could/should we make these hidden?

         at System.Runtime.CompilerServices.RuntimeHelpers.DispatchTailCalls(IntPtr callersRetAddrSlot, IntPtr callTarget, IntPtr retVal)
         at Ply.TplPrimitives.PlyAwaitable`2.Invoke(Unit r)
         at Ply.TplPrimitives.ContinuationStateMachine`1.System-Runtime-CompilerServices-IAsyncStateMachine-MoveNext()
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Runtime.CompilerServices untriaged New issue has not been triaged by the area owner labels Nov 20, 2020
jkotas added a commit to jkotas/runtime that referenced this issue Nov 20, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-VM-coreclr untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants