Skip to content

Add tracking issue doc for tail-call stepping in ReadyToRun assemblies - #123672

Closed
max-charlamb with Copilot wants to merge 2 commits into
mainfrom
copilot/create-tracking-issue
Closed

Add tracking issue doc for tail-call stepping in ReadyToRun assemblies#123672
max-charlamb with Copilot wants to merge 2 commits into
mainfrom
copilot/create-tracking-issue

Conversation

CopilotAI commented Jan 27, 2026

Copy link
Copy Markdown
Contributor

Description

Creates a tracking issue document for the tail-call stepping correctness bug identified in PR #123640 discussion.

Problem

IsTailCall() in controller.cpp assumes it can immediately resolve the destination MethodDesc from a call IP. This breaks for cross-R2R tail calls through ExternalMethodFixup stubs, which use deferred callback resolution via TraceManager().

Changes

Note

Document serves as issue body content for manual GitHub issue creation, as direct issue creation is not available from this environment.

Original prompt

Create a tracking issue as described in the following comment and PR discussion: #123640 (comment)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: max-charlamb <44248479+max-charlamb@users.noreply.github.com>
CopilotAI changed the title [WIP] Create tracking issue for discussed changesAdd tracking issue doc for tail-call stepping in ReadyToRun assembliesJan 27, 2026
@jkotas
jkotas deleted the copilot/create-tracking-issue branch February 2, 2026 23:16
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Mar 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@max-charlamb