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

Issue 18259014: Object ID Ring with tests (Closed)

Created:
7 years, 5 months ago by Cutch
Modified:
7 years, 5 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Total comments: 12

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+485 lines, -1 line) Patch
M runtime/vm/dart.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/gc_marker.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/gc_marker.cc View 1 2 3 3 chunks +31 lines, -0 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/isolate.h View 1 2 3 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A runtime/vm/object_id_ring.h View 1 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download
A runtime/vm/object_id_ring.cc View 1 2 3 1 chunk +164 lines, -0 lines 0 comments Download
A runtime/vm/object_id_ring_test.cc View 1 2 3 1 chunk +192 lines, -0 lines 0 comments Download
M runtime/vm/scavenger.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 3 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Cutch
7 years, 5 months ago (2013-07-03 22:37:48 UTC) #1
Cutch
Patch Set 2: * Merged to bleeding_edge. * Switch from intptr_t to int32_t. * IDs ...
7 years, 5 months ago (2013-07-09 20:51:45 UTC) #2
Ivan Posva
https://codereview.chromium.org/18259014/diff/1/runtime/vm/object_id_ring.cc File runtime/vm/object_id_ring.cc (right): https://codereview.chromium.org/18259014/diff/1/runtime/vm/object_id_ring.cc#newcode39 runtime/vm/object_id_ring.cc:39: return Object::null(); We might want to return an object ...
7 years, 5 months ago (2013-07-10 01:10:13 UTC) #3
Cutch
https://codereview.chromium.org/18259014/diff/1/runtime/vm/object_id_ring.cc File runtime/vm/object_id_ring.cc (right): https://codereview.chromium.org/18259014/diff/1/runtime/vm/object_id_ring.cc#newcode39 runtime/vm/object_id_ring.cc:39: return Object::null(); On 2013/07/10 01:10:13, Ivan Posva wrote: > ...
7 years, 5 months ago (2013-07-10 17:23:10 UTC) #4
Ivan Posva
https://codereview.chromium.org/18259014/diff/13001/runtime/vm/gc_marker.cc File runtime/vm/gc_marker.cc (right): https://codereview.chromium.org/18259014/diff/13001/runtime/vm/gc_marker.cc#newcode411 runtime/vm/gc_marker.cc:411: if (!raw_obj->IsMarked()) { You need to be checking the ...
7 years, 5 months ago (2013-07-11 17:01:42 UTC) #5
Cutch
PTAL https://codereview.chromium.org/18259014/diff/13001/runtime/vm/gc_marker.cc File runtime/vm/gc_marker.cc (right): https://codereview.chromium.org/18259014/diff/13001/runtime/vm/gc_marker.cc#newcode411 runtime/vm/gc_marker.cc:411: if (!raw_obj->IsMarked()) { On 2013/07/11 17:01:42, Ivan Posva ...
7 years, 5 months ago (2013-07-11 21:31:47 UTC) #6
Ivan Posva
LGTM -ip
7 years, 5 months ago (2013-07-16 15:32:55 UTC) #7
Cutch
7 years, 5 months ago (2013-07-16 18:32:17 UTC) #8
Message was sent while issue was closed.
Committed patchset #5 manually as r25063 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698