mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
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:
parent
0012484f4f
commit
9ffc6acdbb
35 changed files with 844 additions and 32 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue