node/benchmark/child_process
Vse Mozhet Byt 5b1d61ce09 child_process: fix deoptimizing use of arguments
Removed or fixed use of arguments in execFile(),
normalizeExecArgs(), and normalizeSpawnArguments().

Refs: https://github.com/nodejs/node/issues/10323
Refs: https://bugs.chromium.org/p/v8/issues/detail?id=6010

Backport-Of: https://github.com/nodejs/node/pull/11535
PR-URL: https://github.com/nodejs/node/pull/11748
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-03-16 15:52:54 -07:00
..
child-process-exec-stdout.js benchmark: use 'yes' instead of echo in a loop 2016-09-29 11:14:57 -07:00
child-process-params.js child_process: fix deoptimizing use of arguments 2017-03-16 15:52:54 -07:00
child-process-read-ipc.js benchmark: cleanup child_process IPC benchmark 2017-01-27 08:12:01 -05:00
child-process-read.js benchmark: fix child-process-read on Windows 2016-06-09 12:42:54 +01:00
spawn-echo.js