oxc/tasks/benchmark
翠 / green 6589c3bbb3
feat(mangler): reuse variable names (#8562)
Changed the mangler to reuse variable names where possible.

This will reduce the code size as shorter variable names can be used in
more places. But requires global information and limits parallelism in a
single file and requires more memory.

---------

Co-authored-by: Boshen <boshenc@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-01-25 14:00:24 +08:00
..
benches feat(mangler): reuse variable names (#8562) 2025-01-25 14:00:24 +08:00
codspeed chore: remove unnecessary packageManager from package.json 2024-10-25 10:38:02 +08:00
src ci(benchmarks): NeverGrowInPlaceAllocator not pub (#5727) 2024-09-12 12:58:13 +00:00
Cargo.toml feat(ast): implement utf8 to utf16 span converter (#8687) 2025-01-24 16:57:44 +00:00
README.md