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

@ -0,0 +1,3 @@
pub fn op_import_spki_x25519(key_data: &[u8], out: &mut [u8]) -> bool {
// ...
}