Skip to content

Fix timing information in cranelift#13253

Merged
alexcrichton merged 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-timing
May 2, 2026
Merged

Fix timing information in cranelift#13253
alexcrichton merged 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-timing

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

A typo in #12709 accidentally led to all passes clocking in at 0ns. Swap the order of arguments to get true timing information.

A typo in bytecodealliance#12709 accidentally led to all passes clocking in at 0ns. Swap
the order of arguments to get true timing information.
@alexcrichton alexcrichton requested a review from a team as a code owner May 1, 2026 23:55
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team May 1, 2026 23:55
Copy link
Copy Markdown
Member

@cfallin cfallin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops -- thanks for catching that!

@cfallin cfallin enabled auto-merge May 1, 2026 23:59
@cfallin cfallin added this pull request to the merge queue May 2, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 2, 2026
@github-actions github-actions Bot added the cranelift Issues related to the Cranelift code generator label May 2, 2026
@alexcrichton alexcrichton added this pull request to the merge queue May 2, 2026
Merged via the queue into bytecodealliance:main with commit 386a328 May 2, 2026
48 checks passed
@alexcrichton alexcrichton deleted the fix-timing branch May 2, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cranelift Issues related to the Cranelift code generator

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants