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

Unified Diff: src/ic-inl.h

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/ic-inl.h
diff --git a/src/ic-inl.h b/src/ic-inl.h
index f0f6acd73df2fcc46321001fe05c7ccbb2efb775..e8b0c6476a9a81d3b3f07a7c613a44d4d36317d4 100644
--- a/src/ic-inl.h
+++ b/src/ic-inl.h
@@ -87,7 +87,6 @@ void IC::SetTargetAtAddress(Address address, Code* target) {
}
#endif
Assembler::set_target_address_at(address, target->instruction_start());
- // TODO(gc) ISOLATES MERGE code object should have heap() accessor.
target->GetHeap()->incremental_marking()->RecordWriteOf(target);
}
« no previous file with comments | « src/ia32/macro-assembler-ia32.cc ('k') | src/incremental-marking.h » ('j') | src/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698