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

Issue 19801005: Implement SIMD types for dart2js (Closed)

Created:
7 years, 5 months ago by Cutch
Modified:
7 years, 5 months ago
Reviewers:
vsm, sra
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Implement SIMD types for dart2js R=vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=25468

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+885 lines, -37 lines) Patch
M sdk/lib/typed_data/dart2js/typed_data_dart2js.dart View 1 2 3 4 5 2 chunks +845 lines, -18 lines 0 comments Download
M tests/lib/lib.status View 1 2 3 4 5 3 chunks +11 lines, -17 lines 0 comments Download
M tests/lib/typed_data/float32x4_list_test.dart View 1 2 2 chunks +28 lines, -1 line 0 comments Download
M tests/lib/typed_data/float32x4_unbox_phi_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Cutch
7 years, 5 months ago (2013-07-24 18:58:03 UTC) #1
vsm
Are the typed_data tests actually running under dart2js? I don't see a status file change ...
7 years, 5 months ago (2013-07-24 20:53:36 UTC) #2
Cutch
On 2013/07/24 20:53:36, vsm wrote: > Are the typed_data tests actually running under dart2js? I ...
7 years, 5 months ago (2013-07-24 20:55:31 UTC) #3
Cutch
To be clear, I'm testing with the following command line: $ ./tools/test.py -c dart2js -r ...
7 years, 5 months ago (2013-07-24 20:56:52 UTC) #4
Cutch
PTAL at Patch Set 2.
7 years, 5 months ago (2013-07-24 20:59:08 UTC) #5
vsm
lgtm My primary concern is the significant amount of heap allocation going on here wrt ...
7 years, 5 months ago (2013-07-24 21:24:58 UTC) #6
Cutch
https://codereview.chromium.org/19801005/diff/4001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart File sdk/lib/typed_data/dart2js/typed_data_dart2js.dart (right): https://codereview.chromium.org/19801005/diff/4001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart#newcode696 sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:696: _storage[(i*4)+0] = list[i].x; On 2013/07/24 21:24:58, vsm wrote: > ...
7 years, 5 months ago (2013-07-24 22:00:05 UTC) #7
vsm
Still LGTM https://codereview.chromium.org/19801005/diff/12001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart File sdk/lib/typed_data/dart2js/typed_data_dart2js.dart (right): https://codereview.chromium.org/19801005/diff/12001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart#newcode699 sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:699: // that this list is a Float32x4List. ...
7 years, 5 months ago (2013-07-24 22:09:27 UTC) #8
Cutch
https://codereview.chromium.org/19801005/diff/12001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart File sdk/lib/typed_data/dart2js/typed_data_dart2js.dart (right): https://codereview.chromium.org/19801005/diff/12001/sdk/lib/typed_data/dart2js/typed_data_dart2js.dart#newcode699 sdk/lib/typed_data/dart2js/typed_data_dart2js.dart:699: // that this list is a Float32x4List. On 2013/07/24 ...
7 years, 5 months ago (2013-07-24 22:19:31 UTC) #9
vsm
lgtm
7 years, 5 months ago (2013-07-25 00:03:17 UTC) #10
Cutch
7 years, 5 months ago (2013-07-25 14:46:46 UTC) #11
Message was sent while issue was closed.
Committed patchset #6 manually as r25468 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698