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

Issue 1782003002: Simplify the VM's typed_data constructors. (Closed)

Created:
4 years, 9 months ago by Florian Schneider
Modified:
4 years, 9 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Simplify the VM's typed_data constructors. Remove _new native functions to have one indirection less when constructing typed data lists. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/bec43a3b8f5c132153321e87ea527d8dc469834f

Patch Set 1 #

Total comments: 4

Patch Set 2 : added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -299 lines) Patch
M runtime/lib/typed_data.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M runtime/lib/typed_data.dart View 40 chunks +42 lines, -194 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +28 lines, -28 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +31 lines, -24 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M runtime/vm/method_recognizer.h View 2 chunks +26 lines, -40 lines 0 comments Download
M runtime/vm/profiler_test.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
Florian Schneider
4 years, 9 months ago (2016-03-10 08:04:07 UTC) #2
siva
lgtm https://codereview.chromium.org/1782003002/diff/1/runtime/lib/typed_data.cc File runtime/lib/typed_data.cc (right): https://codereview.chromium.org/1782003002/diff/1/runtime/lib/typed_data.cc#newcode168 runtime/lib/typed_data.cc:168: GET_NON_NULL_NATIVE_ARGUMENT(Smi, length, arguments->NativeArgAt(1)); \ Can you add a ...
4 years, 9 months ago (2016-03-10 08:22:53 UTC) #3
Florian Schneider
https://codereview.chromium.org/1782003002/diff/1/runtime/lib/typed_data.cc File runtime/lib/typed_data.cc (right): https://codereview.chromium.org/1782003002/diff/1/runtime/lib/typed_data.cc#newcode168 runtime/lib/typed_data.cc:168: GET_NON_NULL_NATIVE_ARGUMENT(Smi, length, arguments->NativeArgAt(1)); \ On 2016/03/10 08:22:53, siva wrote: ...
4 years, 9 months ago (2016-03-10 08:37:18 UTC) #4
Florian Schneider
4 years, 9 months ago (2016-03-10 08:38:15 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
bec43a3b8f5c132153321e87ea527d8dc469834f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698