mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +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
ops/optimizer_tests/uint8array.rs
Normal file
3
ops/optimizer_tests/uint8array.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub fn op_import_spki_x25519(key_data: &[u8], out: &mut [u8]) -> bool {
|
||||
// ...
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue