0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-19 03:43:00 -05:00
denoland-deno/cli/rt
David Sherret 32e5941d91
perf(compile): remove swc from denort (#27721)
This is achieved by storing CJS export analysis ahead of time in the
executable, which should also improve the performance of `denort` by
this never being done anymore (I'm too lazy atm to bench this, but it
will be significant for some programs).

(cherry picked from commit 9aa02769c8)
2025-01-22 00:24:21 +01:00
..
binary.rs perf(compile): remove swc from denort (#27721) 2025-01-22 00:24:21 +01:00
build.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
Cargo.toml perf(compile): remove swc from denort (#27721) 2025-01-22 00:24:21 +01:00
code_cache.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
file_system.rs perf(compile): remove swc from denort (#27721) 2025-01-22 00:24:21 +01:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
main.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
node.rs perf(compile): remove swc from denort (#27721) 2025-01-22 00:24:21 +01:00
run.rs perf(compile): remove swc from denort (#27721) 2025-01-22 00:24:21 +01:00