deno/cli/tools
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
..
bench fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
coverage fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
init feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00
jupyter fix(cli): TestEventSender should be !Clone (#23405) 2024-04-16 12:54:50 -06:00
lint fix: less aggressive vendor folder ignoring (#23100) 2024-03-27 14:25:39 -04:00
registry fix(publish): do not warn about excluded external modules in node_modules directory (#23173) 2024-04-11 23:52:35 +00:00
repl fix(cli): TestEventSender should be !Clone (#23405) 2024-04-16 12:54:50 -06:00
run chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
test fix(cli): Identify and fix a test deadlock (#23411) 2024-04-16 15:14:59 -06:00
vendor perf: v8 code cache (#23081) 2024-04-17 07:19:55 -07:00
bundle.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
check.rs fix(check): ignore certain diagnostics in remote modules and when publishing (#23119) 2024-03-31 16:39:40 -04:00
compile.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
doc.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
fmt.rs fix: less aggressive vendor folder ignoring (#23100) 2024-03-27 14:25:39 -04:00
info.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
installer.rs refactor(flags): prepare for deno install changes (#23217) 2024-04-04 14:40:54 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
upgrade.rs chore(cli): move away from PathBuf in clap (#22036) 2024-03-14 23:53:46 +00:00