0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/core/examples
Divy Srivastava da781280b8
fix(core): remove async op inlining optimization (#17899)
Runtime generation of async op wrappers contributed to increased startup
time and core became unusable with
`--disallow-code-generation-from-strings` flag. The optimization only
affects very small microbenchmarks so this revert will not cause any
regressions.
2023-02-23 19:50:15 +00:00
..
http_bench_json_ops fix(core): remove async op inlining optimization (#17899) 2023-02-23 19:50:15 +00:00
disable_ops.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-08 23:48:46 +01:00
eval_js_value.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
fs_module_loader.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
hello_world.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-08 23:48:46 +01:00
panik.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-08 23:48:46 +01:00
schedule_task.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
ts_module_loader.rs chore(core): improve error message in module loader example (#17654) 2023-02-05 13:15:58 +05:30
wasm.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
wasm.rs feat(core): allow specifying name and dependencies of an Extension (#17301) 2023-01-08 23:48:46 +01:00
wasm.ts chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00