Skip to content

enabling instrumentation for stage 3 compilers#157930

Open
nobellium1997 wants to merge 1 commit into
rust-lang:mainfrom
nobellium1997:enable-stage3-profiling
Open

enabling instrumentation for stage 3 compilers#157930
nobellium1997 wants to merge 1 commit into
rust-lang:mainfrom
nobellium1997:enable-stage3-profiling

Conversation

@nobellium1997

Copy link
Copy Markdown

This commit allows users to instrument their stage 3 compilers.

This PR is a revival of the following PR: #101744

The aim is to break up the PR into smaller chunks and merge these changes in piecemeal. The PR here is to allow us to instrument stage 3 rust compilers as stage 3 instrumentation is part of how we create profiles for guided optimization later on.

This commit allows users to instrument their stage 3 compilers.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Jun 15, 2026
@rustbot

rustbot commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jieyouxu (or someone else) some time within the next two weeks.

Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (S-waiting-on-review and S-waiting-on-author) stays updated, invoking these commands when appropriate:

  • @rustbot author: the review is finished, PR author should check the comments and take action accordingly
  • @rustbot review: the author is ready for a review, this PR will be queued again in the reviewer's queue
Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: bootstrap
  • bootstrap expanded to 6 candidates
  • Random selection from Mark-Simulacrum, clubby789, jieyouxu

@Kobzol

Kobzol commented Jun 15, 2026

Copy link
Copy Markdown
Member

Hi, could you say more about the use-case please? (the change looks simple enough though)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants