Skip to content

Comments

feat: apply merge CJS namespace optimizations more generally#7475

Merged
graphite-app[bot] merged 1 commit intomainfrom
12-11-feat_apply_merge_cjs_namespace_optimizations_more_generally
Dec 12, 2025
Merged

feat: apply merge CJS namespace optimizations more generally#7475
graphite-app[bot] merged 1 commit intomainfrom
12-11-feat_apply_merge_cjs_namespace_optimizations_more_generally

Conversation

@sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Dec 12, 2025

Apply SafelyMergeCjsNs optimization more generally. I think we can safely apply this optimization for all cjs deps as we don't support require.cache.

Copy link
Member Author

sapphi-red commented Dec 12, 2025


How to use the Graphite Merge Queue

Add the label graphite: merge 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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 12, 2025

Benchmarks Rust

  • target: main(41b396c)
  • pr: 12-11-feat_apply_merge_cjs_namespace_optimizations_more_generally(331c812)
group                                                        pr                                     target
-----                                                        --                                     ------
bundle/bundle@multi-duplicated-top-level-symbol              1.00     63.9±2.43ms        ? ?/sec    1.18     75.4±2.57ms        ? ?/sec
bundle/bundle@multi-duplicated-top-level-symbol-sourcemap    1.00     75.6±2.54ms        ? ?/sec    1.03     78.2±2.49ms        ? ?/sec
bundle/bundle@rome_ts                                        1.00    107.3±3.42ms        ? ?/sec    1.06    113.6±2.77ms        ? ?/sec
bundle/bundle@rome_ts-sourcemap                              1.00    121.8±2.12ms        ? ?/sec    1.04    127.1±2.98ms        ? ?/sec
bundle/bundle@threejs                                        1.00     40.4±2.26ms        ? ?/sec    1.06     42.8±0.93ms        ? ?/sec
bundle/bundle@threejs-sourcemap                              1.00     42.7±0.96ms        ? ?/sec    1.09     46.3±0.90ms        ? ?/sec
bundle/bundle@threejs10x                                     1.00    397.5±7.08ms        ? ?/sec    1.03    408.8±6.14ms        ? ?/sec
bundle/bundle@threejs10x-sourcemap                           1.02   489.0±18.87ms        ? ?/sec    1.00    479.2±7.63ms        ? ?/sec
scan/scan@rome_ts                                            1.00     88.6±2.27ms        ? ?/sec    1.00     88.4±2.04ms        ? ?/sec
scan/scan@threejs                                            1.08     31.6±1.88ms        ? ?/sec    1.00     29.1±0.49ms        ? ?/sec
scan/scan@threejs10x                                         1.03    311.9±5.68ms        ? ?/sec    1.00    304.1±5.19ms        ? ?/sec

@sapphi-red sapphi-red marked this pull request as ready for review December 12, 2025 06:57
@sapphi-red sapphi-red self-assigned this Dec 12, 2025
@IWANABETHATGUY
Copy link
Member

Looks great, the only thing I am hesitating about is that before the processing could be parallel, now it is sequential. Is that expected?

@graphite-app graphite-app bot changed the base branch from 12-11-fix_no_entry_found_for_key_error_when_merging_cjs_namespace_exports to graphite-base/7475 December 12, 2025 07:11
@sapphi-red
Copy link
Member Author

Yes, it is because we don't know whether the imported module is CJS or not until we resolve the load the imports. I can check whether using par_iter in the aggregation improves perf.

@sapphi-red
Copy link
Member Author

Without this change, with this change, with this change & parallelized, were all the same perf on my machine.

@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 12, 2025

Merge activity

  • Dec 12, 8:16 AM UTC: sapphi-red added this pull request to the Graphite merge queue.
  • Dec 12, 8:34 AM UTC: The Graphite merge queue couldn't merge this PR because it was not satisfying all requirements (Failed CI: 'cargo-test (ubuntu-latest) / Cargo Test', 'cargo-test (macos-latest) / Cargo Test', 'cargo-test (windows-latest) / Cargo Test', 'node-test (ubuntu-latest) / Node Test', 'node-test (macos-latest) / Node Test', 'node-test (windows-latest) / Node Test', 'Benchmark Rust').
  • Dec 12, 10:25 AM UTC: sapphi-red added this pull request to the Graphite merge queue.
  • Dec 12, 10:26 AM UTC: Merged by the Graphite merge queue.

graphite-app bot pushed a commit that referenced this pull request Dec 12, 2025
Apply `SafelyMergeCjsNs` optimization more generally. I think we can safely apply this optimization for all cjs deps as we don't support `require.cache`.
@graphite-app graphite-app bot force-pushed the 12-11-feat_apply_merge_cjs_namespace_optimizations_more_generally branch from 3a309c9 to 230df08 Compare December 12, 2025 08:17
@graphite-app graphite-app bot changed the base branch from graphite-base/7475 to 12-11-fix_no_entry_found_for_key_error_when_merging_cjs_namespace_exports December 12, 2025 08:17
Base automatically changed from 12-11-fix_no_entry_found_for_key_error_when_merging_cjs_namespace_exports to main December 12, 2025 08:33
Apply `SafelyMergeCjsNs` optimization more generally. I think we can safely apply this optimization for all cjs deps as we don't support `require.cache`.
@sapphi-red sapphi-red force-pushed the 12-11-feat_apply_merge_cjs_namespace_optimizations_more_generally branch from 230df08 to 331c812 Compare December 12, 2025 09:56
@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit 331c812
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/693be6e50fdf800008010904

@graphite-app graphite-app bot merged commit 331c812 into main Dec 12, 2025
42 of 45 checks passed
@graphite-app graphite-app bot deleted the 12-11-feat_apply_merge_cjs_namespace_optimizations_more_generally branch December 12, 2025 10:26
This was referenced Dec 17, 2025
shulaoda added a commit that referenced this pull request Dec 17, 2025
## [1.0.0-beta.55] - 2025-12-17

### 🚀 Features

- add validation errors for incompatible `inlineDynamicImports` options (#7539) by @Copilot
- rolldown_plugin_vite_reporter: truncate long importer lists in ineffective dynamic import warnings (#7528) by @Copilot
- export `memfs` from `rolldown/experimental` for browser builds (#7490) by @Copilot
- implement `postBanner` and `postFooter` (#7487) by @sevenc-nanashi
- port getLogFilter helper from Rollup for advanced log filtering (#6890) by @taearls
- dev: initialize `rolldown_plugin_lazy_compilation` (#7488) by @hyf0
- enable `experimental.transform_hires_sourcemap: 'boundary'` by default (#7478) by @sapphi-red
- apply merge CJS namespace optimizations more generally (#7475) by @sapphi-red

### 🐛 Bug Fixes

- avoid panic on invalid values for `output.exports`, `output.format`, `output.hash_characters` (#7542) by @sapphi-red
- handle `__proto__` export for module namespace correctly (#7534) by @sapphi-red
- handle `__proto__` export correctly (#7533) by @sapphi-red
- rolldown_plugin_vite_resolve: acquire resolver lock before package json resolution (#7524) by @sapphi-red
- disable syntax transform optimization for `minify: 'dce-only'` (#7520) by @sapphi-red
- arrow function expression keep names (#7519) by @IWANABETHATGUY
- skip symbols that are imported from other module when deconflicting module symbols (#7510) by @IWANABETHATGUY
- preserve class names in assignment expressions with keepNames option (#7491) by @IWANABETHATGUY
- accessor with decorators should be kept (#7499) by @Copilot
- rolldown_plugin_vite_reporter: support `Infinity` for chunk_limit (#7497) by @shulaoda
- change filename template validation errors from UNHANDLEABLE_ERROR to INVALID_OPTION (#7472) by @Copilot
- `no entry found for key` error when merging CJS namespace exports (#7474) by @sapphi-red
- generate output with syntax error when wrapped esm module using tla syntax (#7468) by @IWANABETHATGUY

### 🚜 Refactor

- dev: rename `experimental.hmr` to `experimental.devMode` (#7527) by @hyf0
- pass addon option to rust as it is (#7526) by @hyf0
- remove unused stmtinfo meta flag (#7518) by @IWANABETHATGUY

### 📚 Documentation

- clarify `closeBundle` behavior (#7525) by @sapphi-red

### 🧪 Testing

- add tests for static string postBanner and postFooter (#7516) by @Copilot
- disable pluginTimings in Rust integration tests to avoid snapshot noise (#7485) by @shulaoda
- port Rollup JSX tests to `crates/rolldown/tests/rollup` (#7480) by @sapphi-red
- re-triage some esbuild JSX preserve tests (#7479) by @sapphi-red
- disable pluginTimings by default to avoid snapshot noise (#7471) by @shulaoda

### ⚙️ Miscellaneous Tasks

- mark feature that will not be supported as ignored in rollup test status (#7535) by @sapphi-red
- support `banner`/`footer`/`intro`/`outro` for config variants (#7532) by @sapphi-red
- `dce/dce_of_decorators` esbuild test is now passing (#7531) by @sapphi-red
- deps: update github-actions (major) (#7495) by @renovate[bot]
- deps: update npm packages (#7493) by @renovate[bot]
- add a check to verify failedReasons are updated (#7521) by @sapphi-red
- deps: update test262 submodule for tests (#7523) by @sapphi-red
- deps: update taiki-e/install-action action to v2.63.2 (#7496) by @renovate[bot]
- deps: update oxc apps (#7511) by @renovate[bot]
- deps: update oxc to v0.103.0 (#7513) by @camc314
- fix format in `.github/instructions/bug-investigation.instructions.md` (#7506) by @sapphi-red
- add instructions for REPL decoding (#7502) by @sapphi-red
- deps: update github-actions (#7492) by @renovate[bot]
- deps: cargo-shear v1.9.0 (#7483) by @Boshen
- deps: update dependency oxlint-tsgolint to v0.9.0 (#7484) by @renovate[bot]
- deps: update dependency oxlint-tsgolint to v0.8.6 (#7470) by @renovate[bot]
- add syntax validation for test output chunks that are not executed (#7466) by @IWANABETHATGUY
- deps: update dependency rust to v1.92.0 (#7467) by @renovate[bot]
- deps: update test262 submodule for tests (#7457) by @sapphi-red

### ❤️ New Contributors

* @sevenc-nanashi made their first contribution in [#7487](#7487)
* @taearls made their first contribution in [#6890](#6890)

Co-authored-by: shulaoda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants