• Russ Cox's avatar
    cmd/cgo: extend implementation comment · b89000bc
    Russ Cox authored
    This is the plan for how to make host linking work with
    the rest of the system.
    
    There are two complications:
    
    1. It is a goal to preserve the property that pure Go programs
    (even ones importing "net") can be compiled without needing
    gcc, so that a Go toolchain download works out of the box.
    This forces the support for two linking modes: with and without
    gcc.
    
    2. It is a goal to allow users with old copies of SWIG to continue
    to use those copies. This forces the support for "internal only"
    packages. Perhaps it is reasonable to require a new SWIG.
    I don't know.
    
    R=iant
    CC=golang-dev
    https://golang.org/cl/7433043
    b89000bc
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...