Skip to content

Commit

Permalink
Removed mark stack debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Mar 25, 2016
1 parent 463bebe commit 636abb1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions machine/memory/immix_collector.cpp
Expand Up @@ -117,11 +117,6 @@ namespace memory {
if(obj->marked_p(memory_->mark())) return false;
obj->mark(memory_, memory_->mark());

if(!memory_->valid_object_p(obj)) {
std::cerr << "mark_address: pid: " << getpid() << ", invalid object pushed on mark stack: " << obj << std::endl;
sleep(3600);
}

if(push) ms.push_back(addr);
// If this is a young object, let the GC know not to try and mark
// the block it's in.
Expand Down

0 comments on commit 636abb1

Please sign in to comment.