0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli/snapshot
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
..
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
lib.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
README.md refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00
shared.rs refactor: move denort to separate crate (#27688) 2025-01-22 00:24:19 +01:00

deno_snapshots

v8 snapshot used in the Deno CLI.