We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463bebe commit 636abb1Copy full SHA for 636abb1
machine/memory/immix_collector.cpp
@@ -117,11 +117,6 @@ namespace memory {
117
if(obj->marked_p(memory_->mark())) return false;
118
obj->mark(memory_, memory_->mark());
119
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
-
125
if(push) ms.push_back(addr);
126
// If this is a young object, let the GC know not to try and mark
127
// the block it's in.
0 commit comments