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
This commit is contained in:
Russ Cox 2009-04-02 17:56:23 -07:00
parent 6b07021a2b
commit 8d8225d529
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}