Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Issue 255573002: More optimize approach for NEON in VectorMath

Created:
6 years, 8 months ago by KhNo
Modified:
4 years, 7 months ago
Reviewers:
Raymond Toy
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

More optimize approach for NEON in VectorMath I have tested some webkit-patch for performance of vectorMath. https://bugs.webkit.org/show_bug.cgi?id=110744 The test result are presented enhanced point. Test Site : https://chromium.googlecode.com/svn/trunk/samples/audio/convolution-effects.html Spoken Word (spring reverb simulation) Test Device : Galaxy S5 Test Result : <Original> zvmul -> 5.22 % vadd -> 4.53 % <Unlooprolling> zvmul -> 4.29 % vadd -> 4.40 % BUG=416405

Patch Set 1 #

Total comments: 4

Patch Set 2 : relocate function calling for caching machanism. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -59 lines) Patch
M Source/platform/audio/VectorMath.cpp View 1 5 chunks +128 lines, -59 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
KhNo
On 2014/09/03 09:25:17, KhNo wrote: > mailto:keonho07.kim@samsung.com changed reviewers: > + mailto:rtoy@chromium.org > - mailto:rtoy@google.com ...
6 years, 3 months ago (2014-09-03 09:28:08 UTC) #3
Raymond Toy
On 2014/09/03 09:28:08, KhNo wrote: > On 2014/09/03 09:25:17, KhNo wrote: > > mailto:keonho07.kim@samsung.com changed ...
6 years, 3 months ago (2014-09-03 16:33:36 UTC) #4
KhNo
On 2014/09/03 16:33:36, Raymond Toy wrote: > On 2014/09/03 09:28:08, KhNo wrote: > > On ...
6 years, 3 months ago (2014-09-04 04:02:51 UTC) #5
Raymond Toy
On 2014/09/04 04:02:51, KhNo wrote: > On 2014/09/03 16:33:36, Raymond Toy wrote: > > On ...
6 years, 3 months ago (2014-09-04 17:01:00 UTC) #6
KhNo
On 2014/09/04 17:01:00, Raymond Toy wrote: > On 2014/09/04 04:02:51, KhNo wrote: > > On ...
6 years, 3 months ago (2014-09-05 07:57:39 UTC) #7
KhNo
This reply just for moving test result from description since it is too long. # ...
6 years, 3 months ago (2014-09-05 07:58:39 UTC) #8
KhNo
Dear Raymond. I did a profiling specific sample for this patch. There was enhanced point ...
6 years, 3 months ago (2014-09-22 11:48:57 UTC) #9
Raymond Toy
Code looks good, with a few minor questions. I'm not sure it's really worth doing ...
6 years, 3 months ago (2014-09-22 20:00:36 UTC) #10
KhNo
PTAL, I have changed hardly to build and check performance common.gypi file such as below. ...
6 years, 3 months ago (2014-09-23 02:07:32 UTC) #12
Raymond Toy
I talked this over with kbr@ and we've decided that, since Chrome on Android never ...
6 years, 3 months ago (2014-09-24 18:34:09 UTC) #13
KhNo
On 2014/09/24 18:34:09, Raymond Toy wrote: > I talked this over with kbr@ and we've ...
6 years, 3 months ago (2014-09-25 02:17:37 UTC) #14
Raymond Toy
On 2014/09/25 02:17:37, KhNo wrote: > On 2014/09/24 18:34:09, Raymond Toy wrote: > > I ...
6 years, 2 months ago (2014-09-25 18:41:48 UTC) #15
Raymond Toy
4 years, 7 months ago (2016-05-17 22:55:12 UTC) #16
Now that we can use NEON in Chrome without having to do detection (compile-time
option), we should revisit this CL. And also make it work with ARMv8 if the
intrinsics are different.

Powered by Google App Engine
This is Rietveld 408576698