• Russ Cox's avatar
    runtime: fix non-concurrent sweep · 73a30435
    Russ Cox authored
    State of the world:
    
    CL 46430043 introduced a new concurrent sweep but is broken.
    
    CL 62360043 made the new sweep non-concurrent
    to try to fix the world while we understand what's wrong with
    the concurrent version.
    
    This CL fixes the non-concurrent form to run finalizers.
    This CL is just a band-aid to get the build green again.
    
    Dmitriy is working on understanding and then fixing what's
    wrong with the concurrent sweep.
    
    TBR=dvyukov
    CC=golang-codereviews
    https://golang.org/cl/62370043
    73a30435
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...