0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/message
Anatoli Papirovski 0f9efef05d
timers: refactor timer list processing
Instead of using kOnTimeout index to track a special list
processing function, just pass in a function to C++ at
startup that executes all handles and determines which
function to call.

This change improves the performance of unpooled timeouts
by roughly 20%, as well as makes the unref/ref processing
easier to follow.

PR-URL: https://github.com/nodejs/node/pull/18582
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
2018-02-09 14:59:07 -05:00
..
2100bytes.js
2100bytes.out
assert_throws_stack.js assert: fix throws trace 2018-02-09 08:45:51 -05:00
assert_throws_stack.out assert: fix throws trace 2018-02-09 08:45:51 -05:00
console_low_stack_space.js lib: make console writable and non-enumerable 2018-01-18 18:12:16 +01:00
console_low_stack_space.out
core_line_numbers.js
core_line_numbers.out
error_exit.js test: improve to use template string 2018-01-17 08:50:02 +08:00
error_exit.out assert: use destructuring for errors 2018-01-24 13:16:08 +01:00
esm_display_syntax_error_import_module.mjs module: print better message on esm import error 2017-12-24 17:38:36 +01:00
esm_display_syntax_error_import_module.out module: print better message on esm import error 2017-12-24 17:38:36 +01:00
esm_display_syntax_error_import.mjs module: print better message on esm import error 2017-12-24 17:38:36 +01:00
esm_display_syntax_error_import.out module: print better message on esm import error 2017-12-24 17:38:36 +01:00
esm_display_syntax_error_module.mjs module: print better message on esm syntax error 2017-11-29 12:06:09 +01:00
esm_display_syntax_error_module.out module: refactor loader 2018-01-15 12:42:29 -06:00
esm_display_syntax_error.mjs module: print better message on esm syntax error 2017-11-29 12:06:09 +01:00
esm_display_syntax_error.out module: refactor loader 2018-01-15 12:42:29 -06:00
eval_messages.js
eval_messages.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00
hello_world.js
hello_world.out
if-error-has-good-stack.js assert: wrap original error in ifError 2018-01-24 13:16:07 +01:00
if-error-has-good-stack.out test: fix if-error-has-good-stack 2018-01-26 04:41:51 +08:00
max_tick_depth.js test: improve to use template string 2018-01-17 08:50:02 +08:00
max_tick_depth.out
message.status
nexttick_throw.js
nexttick_throw.out process: slightly simplify next tick execution 2017-11-28 08:48:30 -05:00
stack_overflow.js
stack_overflow.out
stdin_messages.js
stdin_messages.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00
testcfg.py module: print better message on esm syntax error 2017-11-29 12:06:09 +01:00
throw_custom_error.js
throw_custom_error.out
throw_in_line_with_tabs.js
throw_in_line_with_tabs.out
throw_non_error.js
throw_non_error.out
throw_null.js
throw_null.out
throw_undefined.js
throw_undefined.out
timeout_throw.js
timeout_throw.out timers: refactor timer list processing 2018-02-09 14:59:07 -05:00
undefined_reference_in_new_context.js
undefined_reference_in_new_context.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00
unhandled_promise_trace_warnings.js
unhandled_promise_trace_warnings.out promises: refactor rejection handling 2018-01-21 12:37:43 -05:00
vm_caught_custom_runtime_error.js
vm_caught_custom_runtime_error.out
vm_display_runtime_error.js
vm_display_runtime_error.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00
vm_display_syntax_error.js
vm_display_syntax_error.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00
vm_dont_display_runtime_error.js
vm_dont_display_runtime_error.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00
vm_dont_display_syntax_error.js
vm_dont_display_syntax_error.out vm: never abort on caught syntax error 2017-12-05 23:49:36 +01:00