summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/op_state_with_transforms.expected
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-11-26 20:48:17 -0800
committerGitHub <noreply@github.com>2022-11-27 04:48:17 +0000
commit9ffc6acdbb3326dde74c803332547b0ae33e483a (patch)
treee3d45392c1f6d41fac66f59c2f216f81b9a86c6e /ops/optimizer_tests/op_state_with_transforms.expected
parent0012484f4f194664bea87879ab9f4f20f4ee86c6 (diff)
perf(ops): Reenable fast unit result optimization (#16827)
The optimization was missed in the optimizer rewrite https://github.com/denoland/deno/pull/16514
Diffstat (limited to 'ops/optimizer_tests/op_state_with_transforms.expected')
-rw-r--r--ops/optimizer_tests/op_state_with_transforms.expected3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops/optimizer_tests/op_state_with_transforms.expected b/ops/optimizer_tests/op_state_with_transforms.expected
index 0fc9c9949..d6757801e 100644
--- a/ops/optimizer_tests/op_state_with_transforms.expected
+++ b/ops/optimizer_tests/op_state_with_transforms.expected
@@ -2,7 +2,8 @@
returns_result: false
has_ref_opstate: true
has_rc_opstate: false
-has_fast_callback_option: true
+has_fast_callback_option: false
+needs_fast_callback_option: true
fast_result: Some(Void)
fast_parameters: [V8Value, Uint8Array]
transforms: {1: Transform { kind: SliceU8(true), index: 1 }}