• Austin Clements's avatar
    runtime: free stack spans outside STW · 56ad88b1
    Austin Clements authored
    We couldn't do this before this point because it must be done before
    the next GC cycle starts. Hence, if it delayed the start of the next
    cycle, that would widen the window between reaching the heap trigger
    of the next cycle and starting the next GC cycle, during which the
    mutator could over-allocate. With the decentralized GC, any mutators
    that reach the heap trigger will block on the GC starting, so it's
    safe to widen the time between starting the world and being able to
    start the next GC cycle.
    
    Fixes #11465.
    
    Change-Id: Ic7ea7e9eba5b66fc050299f843a9c9001ad814aa
    Reviewed-on: https://go-review.googlesource.com/16394Reviewed-by: 's avatarRick Hudson <rlh@golang.org>
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    56ad88b1
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...