• Austin Clements's avatar
    runtime: remove out-of-date comment · 7b1f055e
    Austin Clements authored
    It used to be the case that repeatedly getting one GC pointer and
    enqueuing one GC pointer could cause contention on the work buffers as
    each operation passed over the boundary of a work buffer. As of
    b6c0934a, we use a two buffer cache that prevents this sort of
    contention.
    
    Change-Id: I4f1111623f76df9c5493dd9124dec1e0bfaf53b7
    Reviewed-on: https://go-review.googlesource.com/18532
    
    
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: default avatarRick Hudson <rlh@golang.org>
    7b1f055e
mgcmark.go 35.2 KB