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

perf(transformer/using): only do work to a switch stmt if it contains a using decl #9715

Open
wants to merge 1 commit into
base: c/03-12-perf_transformer_using_only_do_work_to_a_static_block_if_it_has_a_using_decl
Choose a base branch
from

Conversation

camc314
Copy link
Contributor

@camc314 camc314 commented Mar 12, 2025

No description provided.

@camc314 camc314 marked this pull request as ready for review March 12, 2025 11:35
Copy link
Contributor Author

camc314 commented Mar 12, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added A-transformer Area - Transformer / Transpiler C-performance Category - Solution not expected to change functional behavior, only performance labels Mar 12, 2025
@camc314 camc314 force-pushed the c/03-12-perf_transformer_using_only_do_work_to_a_switch_stmt_if_it_contains_a_using_decl branch from 0622d59 to e808477 Compare March 12, 2025 11:43
@camc314 camc314 force-pushed the c/03-12-perf_transformer_using_only_do_work_to_a_static_block_if_it_has_a_using_decl branch from c3f88da to 4e1e012 Compare March 12, 2025 11:43
Copy link

codspeed-hq bot commented Mar 12, 2025

CodSpeed Performance Report

Merging #9715 will not alter performance

Comparing c/03-12-perf_transformer_using_only_do_work_to_a_switch_stmt_if_it_contains_a_using_decl (f2b57bb) with c/03-12-perf_transformer_using_only_do_work_to_a_static_block_if_it_has_a_using_decl (0f5c32b)

Summary

✅ 33 untouched benchmarks

@camc314 camc314 force-pushed the c/03-12-perf_transformer_using_only_do_work_to_a_switch_stmt_if_it_contains_a_using_decl branch from e808477 to 8d1457c Compare March 12, 2025 11:48
@camc314 camc314 force-pushed the c/03-12-perf_transformer_using_only_do_work_to_a_static_block_if_it_has_a_using_decl branch from 4e1e012 to 0f5c32b Compare March 12, 2025 12:00
@camc314 camc314 force-pushed the c/03-12-perf_transformer_using_only_do_work_to_a_switch_stmt_if_it_contains_a_using_decl branch from 8d1457c to ac30c7d Compare March 12, 2025 12:00
@camc314 camc314 force-pushed the c/03-12-perf_transformer_using_only_do_work_to_a_switch_stmt_if_it_contains_a_using_decl branch from ac30c7d to f2b57bb Compare March 12, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-transformer Area - Transformer / Transpiler C-performance Category - Solution not expected to change functional behavior, only performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant