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

Issue 195733009: Basic tag infrastructure (Closed)

Created:
6 years, 9 months ago by Cutch
Modified:
6 years, 9 months ago
Reviewers:
srdjan, siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -11 lines) Patch
M runtime/vm/base_isolate.h View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M runtime/vm/compiler.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 3 4 4 chunks +21 lines, -10 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/native_entry.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
A runtime/vm/tags.h View 1 2 3 1 chunk +58 lines, -0 lines 0 comments Download
A runtime/vm/tags.cc View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Cutch
6 years, 9 months ago (2014-03-13 20:18:09 UTC) #1
srdjan
https://codereview.chromium.org/195733009/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/195733009/diff/1/runtime/vm/dart_api_impl.cc#newcode3335 runtime/vm/dart_api_impl.cc:3335: VMTagScope tagScope(VMTag::kScriptTagId, isolate); Move isolate to first argument. See ...
6 years, 9 months ago (2014-03-13 20:24:46 UTC) #2
Cutch
https://codereview.chromium.org/195733009/diff/1/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/195733009/diff/1/runtime/vm/dart_api_impl.cc#newcode3335 runtime/vm/dart_api_impl.cc:3335: VMTagScope tagScope(VMTag::kScriptTagId, isolate); On 2014/03/13 20:24:46, srdjan wrote: > ...
6 years, 9 months ago (2014-03-13 21:10:04 UTC) #3
Cutch
Golem runs: http://108.170.219.2:8080/Comparison#targetA=dart;machineTypeA=linux-ia32;revisionA=33661;targetB=dart;machineTypeB=linux-ia32;revisionB=33661;patchA=johnmccutchan-o1h1 http://108.170.219.2:8080/Comparison#targetA=dart;machineTypeA=linux-x64;revisionA=33661;targetB=dart;machineTypeB=linux-x64;revisionB=33661;patchA=johnmccutchan-o1h1
6 years, 9 months ago (2014-03-13 21:16:03 UTC) #4
siva
I don't see the following transitions - to Dart execution - from Dart execution to ...
6 years, 9 months ago (2014-03-13 23:18:47 UTC) #5
siva
https://codereview.chromium.org/195733009/diff/40001/runtime/vm/tags.h File runtime/vm/tags.h (right): https://codereview.chromium.org/195733009/diff/40001/runtime/vm/tags.h#newcode20 runtime/vm/tags.h:20: V(RuntimeNative) \ Another tag that Todd had pointed out ...
6 years, 9 months ago (2014-03-13 23:20:36 UTC) #6
siva
As discussed offline, this is the initial framework for tags so all the transition stuff ...
6 years, 9 months ago (2014-03-14 14:58:46 UTC) #7
Cutch
https://codereview.chromium.org/195733009/diff/40001/runtime/vm/tags.cc File runtime/vm/tags.cc (right): https://codereview.chromium.org/195733009/diff/40001/runtime/vm/tags.cc#newcode33 runtime/vm/tags.cc:33: previous_tag_ = isolate_->vm_tag(); On 2014/03/13 23:18:47, siva wrote: > ...
6 years, 9 months ago (2014-03-14 15:41:48 UTC) #8
Cutch
6 years, 9 months ago (2014-03-14 16:16:28 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 manually as r33701 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698