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

Issue 1292723002: Enable allocation tracing for classes owned by vm isolate (Closed)

Created:
5 years, 4 months ago by Cutch
Modified:
5 years, 4 months ago
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

Enable allocation tracing for classes owned by vm isolate - Don't store the allocation tracing toggle bit in the class. - Make sure that array and context slow path stubs are added to the code object's static call table. - Add missing MaybeTraceAllocation to context allocation stub. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/ec675a3b0d2e3267631c58cfae3568af28aa693c

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -21 lines) Patch
M runtime/vm/class_table.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/class_table.cc View 1 chunk +7 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 2 3 3 chunks +1 line, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 chunks +12 lines, -7 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
5 years, 4 months ago (2015-08-14 03:15:19 UTC) #2
Ivan Posva
Thanks, -Ivan https://codereview.chromium.org/1292723002/diff/40001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1292723002/diff/40001/runtime/vm/object.cc#newcode1756 runtime/vm/object.cc:1756: if (cls.TraceAllocation()) { Please pass isolate as ...
5 years, 4 months ago (2015-08-14 05:38:31 UTC) #3
Florian Schneider
lgtm https://codereview.chromium.org/1292723002/diff/40001/runtime/vm/stub_code_ia32.cc File runtime/vm/stub_code_ia32.cc (right): https://codereview.chromium.org/1292723002/diff/40001/runtime/vm/stub_code_ia32.cc#newcode814 runtime/vm/stub_code_ia32.cc:814: /* near_jump = */ false, Use Assembler::kFarJump instead. ...
5 years, 4 months ago (2015-08-14 11:35:10 UTC) #4
Cutch
https://codereview.chromium.org/1292723002/diff/40001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1292723002/diff/40001/runtime/vm/object.cc#newcode1756 runtime/vm/object.cc:1756: if (cls.TraceAllocation()) { On 2015/08/14 05:38:31, Ivan Posva wrote: ...
5 years, 4 months ago (2015-08-14 13:54:36 UTC) #5
Cutch
5 years, 4 months ago (2015-08-14 13:55:10 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
ec675a3b0d2e3267631c58cfae3568af28aa693c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698