Ulan Degenbaev
Ulan Degenbaev
Wasm SIMD is a stable feature that is supported by many Wasm runtimes. It is available in Rust in [core::arch::wasm32](https://doc.rust-lang.org/beta/core/arch/wasm32/index.html#simd). I have two questions to the maintainers: 1. Do you...
Steps to reproduce: 1) Apply https://codereview.chromium.org/2162473002 or wait until it is landed. 2) ./tools/perf/record_wpr --extra-browser-args=--disable-notifications --chrome-root=$(pwd) v8_desktop_browsing_benchmark --browser=stable --story-filter=facebook 3) ./tools/perf/run_benchmark v8.browsing_desktop --browser=stable --device=desktop --story-filter=facebook Expected: the replay does the...