From 9ffc6acdbb3326dde74c803332547b0ae33e483a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 26 Nov 2022 20:48:17 -0800 Subject: perf(ops): Reenable fast unit result optimization (#16827) The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514 --- ops/optimizer_tests/async_result.expected | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ops/optimizer_tests/async_result.expected') diff --git a/ops/optimizer_tests/async_result.expected b/ops/optimizer_tests/async_result.expected index dcd9cd1e3..be2e79ac0 100644 --- a/ops/optimizer_tests/async_result.expected +++ b/ops/optimizer_tests/async_result.expected @@ -2,7 +2,8 @@ returns_result: true has_ref_opstate: false has_rc_opstate: true -has_fast_callback_option: true +has_fast_callback_option: false +needs_fast_callback_option: true fast_result: None fast_parameters: [V8Value, I32, U32, Uint8Array] transforms: {2: Transform { kind: SliceU8(true), index: 2 }} -- cgit v1.2.3