node/benchmark/misc
Brian White d3654d80f3 timers: improve setImmediate() performance
This commit improves setImmediate() performance by moving the
try-finally block that wraps callback execution into a separate
function because currently v8 never tries to optimize functions
that contain try-finally blocks.

With this change, there is a ~20-40% improvement in the included
setImmediate() depth benchmarks. The breadth benchmarks show a slight
improvement.

PR-URL: https://github.com/nodejs/node/pull/4169
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2016-03-22 14:14:43 -04:00
..
function_call tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
freelist.js benchmark: fix lint errors 2016-03-08 15:54:53 -05:00
set-immediate-breadth-args.js timers: improve setImmediate() performance 2016-03-22 14:14:43 -04:00
set-immediate-breadth.js timers: improve setImmediate() performance 2016-03-22 14:14:43 -04:00
set-immediate-depth-args.js timers: improve setImmediate() performance 2016-03-22 14:14:43 -04:00
set-immediate-depth.js timers: improve setImmediate() performance 2016-03-22 14:14:43 -04:00
startup.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
string-creation.js tools,benchmark: increase lint compliance 2016-03-02 13:19:54 -05:00
v8-bench.js benchmark: fix lint errors 2016-03-08 15:54:53 -05:00