mirror of https://github.com/golang/go.git
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:
parent
6b07021a2b
commit
8d8225d529
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue