Skip to content

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Oct 16, 2025

Parallelize generating multiple variants of code (which included minification). This is one of the slowest parts of the codegen, so spreading the work across multiple threads speeds it up a bit.

Copy link
Member Author

overlookmotel commented Oct 16, 2025


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-ast-tools Area - AST tools C-performance Category - Solution not expected to change functional behavior, only performance labels Oct 16, 2025
@overlookmotel overlookmotel marked this pull request as ready for review October 16, 2025 20:34
@overlookmotel overlookmotel self-assigned this Oct 16, 2025
@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Oct 16, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Oct 16, 2025

Merge activity

Parallelize generating multiple variants of code (which included minification). This is one of the slowest parts of the codegen, so spreading the work across multiple threads speeds it up a bit.
@graphite-app graphite-app bot force-pushed the 10-16-refactor_ast_tools_generate_variants_by_parsing_repeatedly branch from 5e46661 to 6eca395 Compare October 16, 2025 20:51
@graphite-app graphite-app bot force-pushed the 10-16-perf_ast_tools_parallelize_minifying_code branch from 48387a6 to b0dade2 Compare October 16, 2025 20:52
Base automatically changed from 10-16-refactor_ast_tools_generate_variants_by_parsing_repeatedly to main October 16, 2025 20:56
@graphite-app graphite-app bot merged commit b0dade2 into main Oct 16, 2025
19 checks passed
@graphite-app graphite-app bot deleted the 10-16-perf_ast_tools_parallelize_minifying_code branch October 16, 2025 20:56
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ast-tools Area - AST tools 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.

2 participants