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

Unified Diff: src/liveedit.cc

Issue 7639020: Perform TODO(gc) cleanup for TODO-lockdown. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/liveedit.cc
diff --git a/src/liveedit.cc b/src/liveedit.cc
index e7d47e5e25aa33fd0258b201129fac98ebf86b85..eff74424739e7d64a1bfc1ef0442c31e9bba0f1c 100644
--- a/src/liveedit.cc
+++ b/src/liveedit.cc
@@ -982,8 +982,6 @@ class ReferenceCollectorVisitor : public ObjectVisitor {
Address substitution_entry = substitution->instruction_start();
for (int i = 0; i < reloc_infos_.length(); i++) {
reloc_infos_[i].set_target_address(substitution_entry, NULL);
- // TODO(gc) more precise barrier.
- // TODO(gc) ISOLATES MERGE: code object should have heap() accessor.
substitution->GetHeap()->incremental_marking()->RecordWriteOf(
substitution);
}
« no previous file with comments | « src/incremental-marking.h ('k') | src/mark-compact.h » ('j') | src/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698