• Russ Cox's avatar
    cmd/gc: support for "portable" optimization logic · b3b87143
    Russ Cox authored
    Code in gc/popt.c is compiled as part of 5g, 6g, and 8g,
    meaning it can use arch-specific headers but there's
    just one copy of the code.
    
    This is the same arrangement we use for the portable
    code generation logic in gc/pgen.c.
    
    Move fixjmp and noreturn there to get the ball rolling.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/12789043
    b3b87143
Name
Last commit
Last update
..
README Loading commit data...
a.h Loading commit data...
arg.h Loading commit data...
arm.c Loading commit data...
buf.c Loading commit data...
build.c Loading commit data...
buildgc.c Loading commit data...
buildgo.c Loading commit data...
buildruntime.c Loading commit data...
goc2c.c Loading commit data...
main.c Loading commit data...
plan9.c Loading commit data...
unix.c Loading commit data...
windows.c Loading commit data...