• Austin Clements's avatar
    runtime: combine gcWorkProducer into gcWork · cadd4f81
    Austin Clements authored
    The distinction between gcWorkProducer and gcWork (producer and
    consumer) is not serving us as originally intended, so merge these
    into just gcWork.
    
    The original intent was to replace the currentwbuf cache with a
    gcWorkProducer. However, with gchelpwork (aka mutator assists),
    mutators can both produce and consume work, so it will make more sense
    to cache a whole gcWork.
    
    Change-Id: I6e633e96db7cb23a64fbadbfc4607e3ad32bcfb3
    Reviewed-on: https://go-review.googlesource.com/7733Reviewed-by: 's avatarRick Hudson <rlh@golang.org>
    cadd4f81
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...