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

Issue 109593003: Use a trail instead of a mark bit when processing recursive types in the VM (Closed)

Created:
7 years ago by regis
Modified:
6 years, 11 months ago
Reviewers:
rmacnak, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Use a trail instead of a mark bit when processing recursive types in the VM (issue 15595). R=asiva@google.com, rmacnak@google.com Committed: https://code.google.com/p/dart/source/detail?r=31584

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -167 lines) Patch
M runtime/lib/mirrors.cc View 1 3 chunks +12 lines, -3 lines 0 comments Download
M runtime/lib/object_patch.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 1 15 chunks +88 lines, -39 lines 0 comments Download
M runtime/vm/object.cc View 1 36 chunks +162 lines, -118 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
A tests/language/cyclic_type2_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
7 years ago (2013-12-19 13:49:34 UTC) #1
siva
LGTM with one comment. https://codereview.chromium.org/109593003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/109593003/diff/1/runtime/vm/object.cc#newcode12538 runtime/vm/object.cc:12538: (*trail)->Add(buddy); The code in this ...
7 years ago (2013-12-20 19:35:09 UTC) #2
rmacnak
LGTM
6 years, 11 months ago (2014-01-07 19:38:24 UTC) #3
regis
Thanks! https://codereview.chromium.org/109593003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/109593003/diff/1/runtime/vm/object.cc#newcode12538 runtime/vm/object.cc:12538: (*trail)->Add(buddy); On 2013/12/20 19:35:10, siva wrote: > The ...
6 years, 11 months ago (2014-01-07 20:26:27 UTC) #4
regis
6 years, 11 months ago (2014-01-07 21:55:16 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r31584 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698