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

Unified Diff: src/assembler.cc

Issue 7247002: Estimate a (close) upper bound on the size of black-marked objects on each page. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 6 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/assembler.cc
diff --git a/src/assembler.cc b/src/assembler.cc
index 16ed9ecfdd6276d6bcf98527046b0cdad3e41127..c7d518f290a7087555cb59fce30424fc49253261 100644
--- a/src/assembler.cc
+++ b/src/assembler.cc
@@ -99,7 +99,6 @@ int Label::pos() const {
return 0;
}
Erik Corry 2011/06/24 09:46:17 Inadvertent edit?
Lasse Reichstein 2011/06/24 11:09:08 fixed.
-
// -----------------------------------------------------------------------------
// Implementation of RelocInfoWriter and RelocIterator
//

Powered by Google App Engine
This is Rietveld 408576698