You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always use bulkmemory memcpy and memset when available (#20144)
Unlike the JS versions of these function there is no need to only use
these for small inputs.
Results of running the test_memcpy_128b test before and after this
change:
```
v8-bulk: mean: 1.536 (+-0.071) secs median: 1.495 range: 1.471-1.650 (noise: 4.630%) (5 runs)
size: 149291, compressed: 54249
```
->
```
v8-bulk: mean: 1.489 (+-0.117) secs median: 1.535 range: 1.268-1.606 (noise: 7.871%) (5 runs)-
size: 148387, compressed: 53813-
```
See comments in #19128
0 commit comments