mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Reland https://github.com/denoland/deno/pull/16428
This commit is contained in:
parent
d9e425a947
commit
e18950284f
10 changed files with 266 additions and 112 deletions
|
@ -692,6 +692,7 @@ delete Intl.v8BreakIterator;
|
|||
throw new Error("Worker runtime already bootstrapped");
|
||||
}
|
||||
|
||||
core.initializeAsyncOps();
|
||||
performance.setTimeOrigin(DateNow());
|
||||
net.setup(runtimeOptions.unstableFlag);
|
||||
|
||||
|
@ -791,6 +792,7 @@ delete Intl.v8BreakIterator;
|
|||
throw new Error("Worker runtime already bootstrapped");
|
||||
}
|
||||
|
||||
core.initializeAsyncOps();
|
||||
performance.setTimeOrigin(DateNow());
|
||||
net.setup(runtimeOptions.unstableFlag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue