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

Issue 23134002: Replace shuffle getters with shuffle method and masks. (Closed)

Created:
7 years, 4 months ago by Cutch
Modified:
7 years, 4 months ago
Reviewers:
zra, siva
CC:
reviews_dartlang.org, zra
Visibility:
Public.

Description

Replace shuffle getters with shuffle method and masks. BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=26278

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+943 lines, -1306 lines) Patch
M runtime/lib/simd128.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/lib/typed_data.dart View 1 2 1 chunk +2 lines, -257 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 1 chunk +12 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/typed_data/dart2js/typed_data_dart2js.dart View 1 2 3 4 5 chunks +268 lines, -258 lines 0 comments Download
M sdk/lib/typed_data/typed_data.dart View 1 2 1 chunk +260 lines, -512 lines 0 comments Download
M tests/lib/typed_data/float32x4_cross_test.dart View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M tests/lib/typed_data/float32x4_shuffle_test.dart View 1 2 3 2 chunks +381 lines, -264 lines 0 comments Download
M tests/lib/typed_data/float32x4_test.dart View 1 2 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Cutch
7 years, 4 months ago (2013-08-13 22:11:52 UTC) #1
zra
https://codereview.chromium.org/23134002/diff/3001/tests/lib/typed_data/float32x4_shuffle_test.dart File tests/lib/typed_data/float32x4_shuffle_test.dart (right): https://codereview.chromium.org/23134002/diff/3001/tests/lib/typed_data/float32x4_shuffle_test.dart#newcode1343 tests/lib/typed_data/float32x4_shuffle_test.dart:1343: for (int i = 0; i < 4000; i++) ...
7 years, 4 months ago (2013-08-13 23:00:58 UTC) #2
siva
https://chromiumcodereview.appspot.com/23134002/diff/3001/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://chromiumcodereview.appspot.com/23134002/diff/3001/runtime/lib/typed_data.dart#newcode2281 runtime/lib/typed_data.dart:2281: static const int wwww = 0xFF; Why do these ...
7 years, 4 months ago (2013-08-14 18:27:54 UTC) #3
Cutch
https://chromiumcodereview.appspot.com/23134002/diff/3001/runtime/lib/typed_data.dart File runtime/lib/typed_data.dart (right): https://chromiumcodereview.appspot.com/23134002/diff/3001/runtime/lib/typed_data.dart#newcode2281 runtime/lib/typed_data.dart:2281: static const int wwww = 0xFF; On 2013/08/14 18:27:54, ...
7 years, 4 months ago (2013-08-14 21:15:28 UTC) #4
Cutch
PTAL at P.S.4.
7 years, 4 months ago (2013-08-14 21:16:30 UTC) #5
siva
lgtm
7 years, 4 months ago (2013-08-16 03:46:09 UTC) #6
Cutch
7 years, 4 months ago (2013-08-16 16:19:25 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r26278 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698