0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/benchmark/child_process
Vse Mozhet Byt dd81d539e2 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
PR-URL: https://github.com/nodejs/node/pull/11535
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2017-03-01 10:24:03 -05:00
..
child-process-exec-stdout.js benchmark: use 'yes' instead of echo in a loop 2016-09-26 17:23:50 +02:00
child-process-params.js child_process: fix deoptimizing use of arguments 2017-03-01 10:24:03 -05:00
child-process-read-ipc.js benchmark: cleanup child_process IPC benchmark 2017-01-16 06:42:24 +01:00
child-process-read.js
spawn-echo.js