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

Issue 88983004: Support Bigint parameters in Int32x4 constructor (Closed)

Created:
7 years ago by Cutch
Modified:
7 years ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -4 lines) Patch
M runtime/lib/simd128.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M runtime/vm/bigint_operations.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/bigint_operations.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 4 chunks +21 lines, -0 lines 0 comments Download
A tests/lib/typed_data/int32x4_bigint_test.dart View 1 2 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Cutch
7 years ago (2013-11-26 19:26:22 UTC) #1
srdjan
LGTM with comments https://codereview.chromium.org/88983004/diff/20001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/88983004/diff/20001/runtime/vm/object.h#newcode4479 runtime/vm/object.h:4479: virtual int32_t AsTruncatedUint32Value() const; s/int32_t/uint32_t/ Here ...
7 years ago (2013-11-26 23:39:15 UTC) #2
Cutch
Added a test also. https://codereview.chromium.org/88983004/diff/20001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/88983004/diff/20001/runtime/vm/object.h#newcode4479 runtime/vm/object.h:4479: virtual int32_t AsTruncatedUint32Value() const; On ...
7 years ago (2013-11-26 23:44:47 UTC) #3
Cutch
7 years ago (2013-11-26 23:46:34 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r30686 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698