Conversation
|
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.
How to use the Graphite Merge QueueAdd the label graphite: merge-when-ready to this PR to add it to the merge queue. 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. |
Benchmarks Rust
|
|
This still iterates over the modules in each chunk. I guess we can avoid iterating if we do it here. |
…_chunk generation
0472410 to
e1ead38
Compare
37c7a74 to
79e6ccf
Compare
e1ead38 to
93b5148
Compare
✅ Deploy Preview for rolldown-rs canceled.
|
I’ve identified some limitations. The logic below makes it difficult for us to expose the warnings. To achieve the intended behavior, we might need to refactor parts of the current implementation. I’m not sure whether it’s worth the effort. I will try it. rolldown/crates/rolldown/src/stages/generate_stage/mod.rs Lines 152 to 213 in 29fc3e2 |
|
If it's difficult, it's also ok to keep it as-is 👍 |
Prepare for #8295, extract related logic into the `finalize_modules` module to keep `mod.rs` focused

Yes, doing it in a follow up PR is ok.
_Originally posted by @sapphi-red in #8284 (comment)