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

Issue 11437028: Added Uint8ClampedList. COmpielr optimziations to follow in next CL. (Closed)

Created:
8 years ago by srdjan
Modified:
8 years ago
Reviewers:
siva, cshapiro
CC:
reviews_dartlang.org, siva
Visibility:
Public.

Description

Added Uint8ClampedList. COmpielr optimziations to follow in next CL. Committed: https://code.google.com/p/dart/source/detail?r=15806

Patch Set 1 #

Patch Set 2 : #

Total comments: 30

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+635 lines, -62 lines) Patch
M runtime/lib/byte_array.cc View 1 2 3 4 1 chunk +24 lines, -0 lines 0 comments Download
M runtime/lib/byte_array.dart View 1 2 3 4 6 chunks +97 lines, -5 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 2 3 4 1 chunk +12 lines, -10 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 2 4 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M runtime/vm/heap_profiler.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 3 2 chunks +28 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 7 chunks +60 lines, -0 lines 0 comments Download
M runtime/vm/object_store.h View 1 2 4 chunks +16 lines, -0 lines 0 comments Download
M runtime/vm/object_store.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object_test.cc View 1 2 6 chunks +222 lines, -4 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 6 chunks +45 lines, -28 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 3 chunks +26 lines, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M sdk/lib/scalarlist/byte_arrays.dart View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M tests/standalone/byte_array_test.dart View 1 2 3 8 chunks +62 lines, -10 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
8 years ago (2012-12-05 22:34:33 UTC) #1
cshapiro
https://codereview.chromium.org/11437028/diff/19/runtime/lib/byte_array.dart File runtime/lib/byte_array.dart (right): https://codereview.chromium.org/11437028/diff/19/runtime/lib/byte_array.dart#newcode47 runtime/lib/byte_array.dart:47: [int start = 0, int length]) { Is this ...
8 years ago (2012-12-05 23:01:49 UTC) #2
siva
DBC https://codereview.chromium.org/11437028/diff/19/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/11437028/diff/19/runtime/vm/object.h#newcode4668 runtime/vm/object.h:4668: class Uint8ClampedArray : public ByteArray { If we ...
8 years ago (2012-12-06 01:31:13 UTC) #3
srdjan
https://codereview.chromium.org/11437028/diff/19/runtime/lib/byte_array.dart File runtime/lib/byte_array.dart (right): https://codereview.chromium.org/11437028/diff/19/runtime/lib/byte_array.dart#newcode47 runtime/lib/byte_array.dart:47: [int start = 0, int length]) { On 2012/12/05 ...
8 years ago (2012-12-06 19:23:14 UTC) #4
cshapiro
8 years ago (2012-12-06 21:17:46 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698