swc/crates/swc_ecma_minifier/tests
Donny/강동윤 1df72430a5
perf(es/minifier): Invoke DCE only before the first compression (#5907)
**Description:**

Invoke DCE only before the first compression. I verified that this patch does not affect the compression rate of the real-world inputs greatly.
2022-09-20 15:41:26 +09:00
..
fixture perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00
full feat(es/minifier): Drop function identifier in a single pass (#5901) 2022-09-19 15:07:56 +00:00
mangle fix(es/codegen): Drop the last comma in an array literal (#5877) 2022-09-16 15:48:28 +09:00
projects perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00
single-pass perf(html): Reduce memory usage (#5867) 2022-09-15 04:17:05 +00:00
terser/compress feat(es/minifier): Drop function identifier in a single pass (#5901) 2022-09-19 15:07:56 +00:00
analyzer.rs refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
compress.rs test(es/minifier): Add a test for a fixed issue (#5897) 2022-09-19 17:25:49 +09:00
eval.rs perf(es/ast): Use Atom in some places (#5271) 2022-07-22 20:09:25 +09:00
exec.rs fix(es/minifier): Fix unicode handling (#5875) 2022-09-15 14:45:33 +00:00
mangle.rs fix(es/minifier): Don't replace parameters of IIFE if it's recursive (#5852) 2022-09-14 05:02:14 +00:00
passing.txt perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00
postponed.txt feat(es/minifier): Move assign with seq init into seq (#5847) 2022-09-14 12:57:18 +00:00
terser_exec_base.js refactor(es/minifier): Make rust-analyzer fast, really (#4746) 2022-05-23 16:16:05 +09:00
terser_exec.rs perf(es/minifier): Enable parallel processing (#5705) 2022-09-01 13:36:30 +09:00
TODO.txt perf(es/minifier): Invoke DCE only before the first compression (#5907) 2022-09-20 15:41:26 +09:00