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

Issue 13139002: Remove support for 'dart:scalarlist' in the Dart VM. (Closed)

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

Description

Remove support for 'dart:scalarlist' in the Dart VM. Committed: https://code.google.com/p/dart/source/detail?r=20680

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -7624 lines) Patch
D runtime/lib/byte_array.cc View 1 chunk +0 lines, -797 lines 0 comments Download
D runtime/lib/byte_array.dart View 1 chunk +0 lines, -2844 lines 0 comments Download
D runtime/lib/scalarlist_sources.gypi View 1 chunk +0 lines, -13 lines 0 comments Download
M runtime/vm/bootstrap.h View 2 chunks +0 lines, -3 lines 0 comments Download
M runtime/vm/bootstrap.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +0 lines, -88 lines 0 comments Download
M runtime/vm/bootstrap_natives.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M runtime/vm/bootstrap_nocorelib.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 2 chunks +4 lines, -64 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 5 chunks +101 lines, -87 lines 6 comments Download
M runtime/vm/heap_profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/heap_profiler.cc View 2 chunks +24 lines, -24 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M runtime/vm/object.h View 3 chunks +6 lines, -1262 lines 0 comments Download
M runtime/vm/object.cc View 9 chunks +34 lines, -645 lines 0 comments Download
M runtime/vm/object_store.h View 4 chunks +0 lines, -185 lines 0 comments Download
M runtime/vm/object_store.cc View 2 chunks +0 lines, -23 lines 0 comments Download
M runtime/vm/raw_object.h View 6 chunks +10 lines, -267 lines 0 comments Download
M runtime/vm/raw_object.cc View 2 chunks +0 lines, -293 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 chunk +1 line, -158 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/vm.gypi View 6 chunks +0 lines, -103 lines 0 comments Download
D sdk/lib/scalarlist/byte_arrays.dart View 1 chunk +0 lines, -704 lines 0 comments Download
D sdk/lib/scalarlist/scalarlist.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D sdk/lib/scalarlist/scalarlist_sources.gypi View 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
7 years, 9 months ago (2013-03-28 03:32:18 UTC) #1
Ivan Posva
LGTMwC -Ivan https://codereview.chromium.org/13139002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/13139002/diff/1/runtime/vm/dart_api_impl.cc#newcode2178 runtime/vm/dart_api_impl.cc:2178: if (array.ElementSizeInBytes() == 1) { So it ...
7 years, 9 months ago (2013-03-29 00:42:22 UTC) #2
siva
https://codereview.chromium.org/13139002/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/13139002/diff/1/runtime/vm/dart_api_impl.cc#newcode2178 runtime/vm/dart_api_impl.cc:2178: if (array.ElementSizeInBytes() == 1) { This code of getting ...
7 years, 8 months ago (2013-03-29 18:02:33 UTC) #3
siva
7 years, 8 months ago (2013-03-29 18:34:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r20680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698