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

Issue 10797021: - Start using the collected store buffer entries to find (Closed)

Created:
8 years, 5 months ago by Ivan Posva
Modified:
8 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Start using the collected store buffer entries to find old->new references during Scavenge. Committed: https://code.google.com/p/dart/source/detail?r=9791

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -52 lines) Patch
M vm/code_generator.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M vm/gc_marker.cc View 1 7 chunks +17 lines, -4 lines 0 comments Download
M vm/hash_set.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M vm/heap.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M vm/isolate.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M vm/object.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M vm/object.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M vm/scanner.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M vm/scavenger.h View 1 2 chunks +5 lines, -3 lines 0 comments Download
M vm/scavenger.cc View 1 11 chunks +114 lines, -7 lines 0 comments Download
M vm/store_buffer.h View 1 2 chunks +40 lines, -12 lines 0 comments Download
M vm/store_buffer.cc View 1 1 chunk +20 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
8 years, 5 months ago (2012-07-19 01:01:13 UTC) #1
siva
some minor questions but otherwise it looks good. https://chromiumcodereview.appspot.com/10797021/diff/1/vm/scavenger.cc File vm/scavenger.cc (right): https://chromiumcodereview.appspot.com/10797021/diff/1/vm/scavenger.cc#newcode271 vm/scavenger.cc:271: heap_->IterateOldPointers(&verify_store_buffer_visitor); ...
8 years, 5 months ago (2012-07-19 17:36:06 UTC) #2
Ivan Posva
https://chromiumcodereview.appspot.com/10797021/diff/1/vm/scavenger.cc File vm/scavenger.cc (right): https://chromiumcodereview.appspot.com/10797021/diff/1/vm/scavenger.cc#newcode271 vm/scavenger.cc:271: heap_->IterateOldPointers(&verify_store_buffer_visitor); On 2012/07/19 17:36:06, asiva wrote: > This verification ...
8 years, 5 months ago (2012-07-20 15:37:46 UTC) #3
Ivan Posva
8 years, 5 months ago (2012-07-20 21:33:48 UTC) #4
PTAL

Powered by Google App Engine
This is Rietveld 408576698