deno/cli/tools/vendor
Igor Zinkovsky b3d7df5535
perf: v8 code cache (#23081)
This PR enables V8 code cache for ES modules and for `require` scripts
through `op_eval_context`. Code cache artifacts are transparently stored
and fetched using sqlite db and are passed to V8. `--no-code-cache` can
be used to disable.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-04-17 07:19:55 -07:00
..
analyze.rs fix: upgrade to deno_ast 0.33 (#22341) 2024-02-09 01:40:26 +00:00
build.rs chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
import_map.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
mappings.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
mod.rs perf: v8 code cache (#23081) 2024-04-17 07:19:55 -07:00
specifiers.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
test.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00