web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
perf(javascript): reduce side effects optimization overhead
codex/optimize-side-effects-plugin
2 hours ago
fix(core): clean up concatenation fast path checks
codex/concat-codegen-parse-unify
17 hours ago
perf(core): narrow concatenation snapshot fast path
codex/concat-codegen-parse-unify
17 hours ago
perf(core): reduce concatenated codegen overhead
codex/concat-codegen-parse-unify
18 hours ago
fix: use process.exit(1) instead of process.exitCode to fail fast Addresses review feedback: registering an uncaughtException listener overrides Node's default "print + terminate" behavior. Using only process.exitCode = 1 lets the event loop continue running, which in long-lived modes (--watch, serve) leaves rspack in an undefined state instead of failing fast. Changed all error handlers to call process.exit(1) after logging so the process terminates immediately, matching Node's default crash behavior but with the added diagnostic output.
briansilah:fix/surface-fatal-signals-on-exit
18 hours ago
release: 2.0.0-beta.9 (#13502)
main
19 hours ago
refactor(core): reuse concatenation parse snapshot
codex/concat-codegen-parse-unify
19 hours ago
chore: try namespace runner for wasm test (#13500) * chore: move wasm build test to namespace * chore: force use github
main
20 hours ago
Latest Branches
CodSpeed Performance Gauge
+7%
perf(javascript): reduce side effects optimization overhead
#13509
2 hours ago
7f7752b
codex/optimize-side-effects-plugin
CodSpeed Performance Gauge
+10%
refactor(core): reuse concatenation parse snapshot for module concatenation
#13507
17 hours ago
2c132a7
codex/concat-codegen-parse-unify
CodSpeed Performance Gauge
0%
fix(cli): surface fatal errors and unhandled rejections on process exit
#13506
21 hours ago
abf44b0
briansilah:fix/surface-fatal-signals-on-exit
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs