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

Unified Diff: src/assembler.cc

Issue 7032005: Unify markbits for old and new spaces. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | src/heap.cc » ('j') | src/serialize.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.cc
diff --git a/src/assembler.cc b/src/assembler.cc
index e8ca5d811a6b6b83a7223bf80d5ed301ca344854..0c5a456a0a20fd48bb0e4c309d11928bc386db72 100644
--- a/src/assembler.cc
+++ b/src/assembler.cc
@@ -843,11 +843,6 @@ ExternalReference ExternalReference::new_space_start(Isolate* isolate) {
}
-ExternalReference ExternalReference::new_space_mark_bits(Isolate* isolate) {
- return ExternalReference(isolate->heap()->marking()->new_space_bitmap());
-}
-
-
ExternalReference ExternalReference::store_buffer_top(Isolate* isolate) {
return ExternalReference(isolate->heap()->store_buffer()->TopAddress());
}
« no previous file with comments | « no previous file | src/heap.cc » ('j') | src/serialize.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698