1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-20 20:42:19 -05:00
denoland-deno/cli/rt
David Sherret 9aa02769c8
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).
2025-01-19 14:23:07 -05:00
..
binary.rs perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
build.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
Cargo.toml perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
code_cache.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
file_system.rs perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
main.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
node.rs perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
run.rs perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00