MCPcopy Index your code
hub / github.com/nodejs/node / optimize

Function optimize

deps/v8/test/debugger/debug/debug-optimize.js:26–32  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

24
25
26function optimize(f) {
27 %PrepareFunctionForOptimization(f);
28 f();
29 f();
30 %OptimizeFunctionOnNextCall(f);
31 f();
32}
33
34optimize(f1);
35optimize(f2);

Callers 1

debug-optimize.jsFile · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…