New issue
Advanced search Search tips

Issue 731580 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

wasm math sin slower than js math.sin

Reported by wangyong...@gmail.com, Jun 9 2017

Issue description

Steps to reproduce the problem:
1. unzip sin.zip, and put all files in server
2. open sin_10x1000000.html and array_loop_sin_10x1000000_O3_wasm_std_sin.html. 
3. sin function in wasm slower than js math.sin

What is the expected behavior?
wasm math sin should faster than js.

What went wrong?
wasm math sin slower than js math.sin

Did this work before? N/A 

Chrome version: 57.0.2987.132  Channel: n/a
OS Version: 4.4
Flash Version:
 
sin.zip
126 KB Download
Components: -Blink Blink>JavaScript

Comment 2 by danno@chromium.org, Jun 10 2017

Owner: ahaas@chromium.org
Status: Assigned (was: Unconfirmed)

Comment 3 by ahaas@chromium.org, Jul 20 2017

Status: Fixed (was: Assigned)
This seems to be fixed. With Chrome 59 on my local machine I see ~400ms for sin_10x1000000.html and ~300ms for array_loop_sin_10x1000000_O3_wasm_std_sin.html.

Sign in to add a comment