Skip to content

Commit 636abb1

Browse files
committedMar 25, 2016
Removed mark stack debugging.
1 parent 463bebe commit 636abb1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎machine/memory/immix_collector.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ namespace memory {
117117
if(obj->marked_p(memory_->mark())) return false;
118118
obj->mark(memory_, memory_->mark());
119119

120-
if(!memory_->valid_object_p(obj)) {
121-
std::cerr << "mark_address: pid: " << getpid() << ", invalid object pushed on mark stack: " << obj << std::endl;
122-
sleep(3600);
123-
}
124-
125120
if(push) ms.push_back(addr);
126121
// If this is a young object, let the GC know not to try and mark
127122
// the block it's in.

0 commit comments

Comments
 (0)