Commit 8d8225d5 authored by Russ Cox's avatar Russ Cox

turn gc of unused data/code back on in loaders.

turned it off while debugging 8 runtime problem,
checked in the change accidentally.

R=r
DELTA=4  (0 added, 0 deleted, 4 changed)
OCL=27040
CL=27046
parent 6b07021a
......@@ -581,7 +581,7 @@ deadcode(void)
mark(lookup(INITENTRY, 0));
mark(lookup("sys·morestack", 0));
// sweeplist(&firstp, &lastp);
// sweeplist(&datap, &edatap);
sweeplist(&firstp, &lastp);
sweeplist(&datap, &edatap);
}
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