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

Issue 1226143011: Trace allocation of arrays (Closed)

Created:
5 years, 5 months ago by Cutch
Modified:
5 years, 5 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@try_allocate_realz
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -12 lines) Patch
M runtime/vm/assembler_arm.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_arm64.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/profiler_test.cc View 1 chunk +103 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Cutch
5 years, 5 months ago (2015-07-10 02:06:26 UTC) #2
Florian Schneider
https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc#newcode640 runtime/vm/stub_code_arm.cc:640: const Class& cls = Class::Handle(isolate->object_store()->array_class()); Can we make this ...
5 years, 5 months ago (2015-07-10 13:02:39 UTC) #3
Cutch
https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc#newcode640 runtime/vm/stub_code_arm.cc:640: const Class& cls = Class::Handle(isolate->object_store()->array_class()); On 2015/07/10 13:02:39, Florian ...
5 years, 5 months ago (2015-07-10 13:16:29 UTC) #4
Florian Schneider
lgtm https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc#newcode640 runtime/vm/stub_code_arm.cc:640: const Class& cls = Class::Handle(isolate->object_store()->array_class()); On 2015/07/10 13:16:29, ...
5 years, 5 months ago (2015-07-10 13:25:23 UTC) #5
koda
On 2015/07/10 13:25:23, Florian Schneider wrote: > lgtm > > https://codereview.chromium.org/1226143011/diff/1/runtime/vm/stub_code_arm.cc > File runtime/vm/stub_code_arm.cc (right): ...
5 years, 5 months ago (2015-07-10 14:52:03 UTC) #6
srdjan
lgtm
5 years, 5 months ago (2015-07-10 16:36:57 UTC) #7
Cutch
5 years, 5 months ago (2015-07-10 20:06:23 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
e89b2eeaac0c43abf7d67e2d50fff842da0a4a57 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698