• Russ Cox's avatar
    cmd/cc, cmd/gc: stop generating 'argsize' PCDATA · 68c1c6af
    Russ Cox authored
    The argsize PCDATA was specifying the number of
    bytes passed to a function call, so that if the function
    did not specify its argument count, the garbage collector
    could use the call site information to scan those bytes
    conservatively. We don't do that anymore, so stop
    generating the information.
    
    LGTM=khr
    R=khr
    CC=golang-codereviews
    https://golang.org/cl/139530043
    68c1c6af
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...