Commit 3431e9a2 authored by Chris Toshok's avatar Chris Toshok

we shouldn't need to check if these are potential roots

parent 9b485b19
......@@ -259,7 +259,7 @@ void markPhase() {
}
for (auto h : *getRootHandles()) {
visitor.visitPotential(h->value);
visitor.visit(h->value);
}
// if (VERBOSITY()) printf("Found %d roots\n", stack.size());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment