perf(ops): Reenable fast unit result optimization (#16827)

The optimization was missed in the optimizer rewrite
https://github.com/denoland/deno/pull/16514
This commit is contained in:
Divy Srivastava 2022-11-26 20:48:17 -08:00 committed by GitHub
parent 0012484f4f
commit 9ffc6acdbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 844 additions and 32 deletions

View file

@ -3,6 +3,7 @@ returns_result: false
has_ref_opstate: true
has_rc_opstate: false
has_fast_callback_option: false
needs_fast_callback_option: false
fast_result: Some(U32)
fast_parameters: [V8Value, U32, U32]
transforms: {}