mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
02187966c1
V8's JIT can do a better job knowing the argument count and also enable fast call path (in future). This also lets us call async ops without `opAsync`: ```js const { ops } = Deno.core; await ops.op_void_async(); ``` this patch: 4405286 ops/sec main: 3508771 ops/sec |
||
---|---|---|
.. | ||
disable_ops.rs | ||
eval_js_value.rs | ||
fs_module_loader.rs | ||
hello_world.rs | ||
http_bench_json_ops.js | ||
http_bench_json_ops.rs | ||
panik.rs | ||
schedule_task.rs | ||
ts_module_loader.rs |