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

Issue 12534006: Port SIMD types from dart:scalarlist to dart:typeddata. (Closed)

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

Description

Port SIMD types from dart:scalarlist to dart:typeddata. Committed: https://code.google.com/p/dart/source/detail?r=20522

Patch Set 1 #

Total comments: 5

Patch Set 2 : Updates #

Patch Set 3 : Final patch #

Patch Set 4 : Missing case statement fix. #

Patch Set 5 : Merge fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+734 lines, -89 lines) Patch
M runtime/lib/typeddata.cc View 1 2 chunks +1 line, -1 line 0 comments Download
M runtime/lib/typeddata.dart View 1 2 3 4 6 chunks +374 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 4 chunks +61 lines, -57 lines 0 comments Download
M runtime/vm/constants_ia32.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/constants_x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 3 chunks +11 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 4 chunks +32 lines, -14 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 4 chunks +14 lines, -9 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/symbols.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/typeddata_patch.dart View 1 chunk +32 lines, -0 lines 0 comments Download
M sdk/lib/typeddata/typeddata.dart View 1 2 3 4 1 chunk +185 lines, -0 lines 0 comments Download
M tests/lib/scalarlist/float32x4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A + tests/lib/typeddata/float32x4_list_test.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
A + tests/lib/typeddata/float32x4_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Cutch
Hi Siva, This CL is near complete. Feel free to review it. NOTE: I think ...
7 years, 9 months ago (2013-03-09 01:34:19 UTC) #1
siva
Your SIMD changes LGTM. Regarding your comment about typedata views, yes they take a bytebuffer ...
7 years, 9 months ago (2013-03-12 11:44:22 UTC) #2
Cutch
Just running through tests on my machine. https://codereview.chromium.org/12534006/diff/1/runtime/lib/typeddata.dart File runtime/lib/typeddata.dart (right): https://codereview.chromium.org/12534006/diff/1/runtime/lib/typeddata.dart#newcode1224 runtime/lib/typeddata.dart:1224: // Internal ...
7 years, 9 months ago (2013-03-25 21:06:35 UTC) #3
siva
lgtm
7 years, 9 months ago (2013-03-25 22:07:04 UTC) #4
Cutch
$ ../tools/test.py -m all -a ia32,x64,simmips,simarm Test configurations: none_vm_debug_ia32 none_vm_release_ia32 none_vm_debug_x64 none_vm_release_x64 none_vm_debug_simmips none_vm_release_simmips none_vm_debug_simarm ...
7 years, 9 months ago (2013-03-25 23:09:23 UTC) #5
Cutch
7 years, 9 months ago (2013-03-26 16:50:40 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r20522 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698