diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-11-26 20:48:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 04:48:17 +0000 |
commit | 9ffc6acdbb3326dde74c803332547b0ae33e483a (patch) | |
tree | e3d45392c1f6d41fac66f59c2f216f81b9a86c6e /ops/optimizer_tests/async_nop.expected | |
parent | 0012484f4f194664bea87879ab9f4f20f4ee86c6 (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/async_nop.expected')
-rw-r--r-- | ops/optimizer_tests/async_nop.expected | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/optimizer_tests/async_nop.expected b/ops/optimizer_tests/async_nop.expected index 78c161e8c..42a1180bd 100644 --- a/ops/optimizer_tests/async_nop.expected +++ b/ops/optimizer_tests/async_nop.expected @@ -3,6 +3,7 @@ returns_result: false has_ref_opstate: false has_rc_opstate: false has_fast_callback_option: false +needs_fast_callback_option: false fast_result: Some(Void) fast_parameters: [V8Value, I32] transforms: {} |