• Russ Cox's avatar
    gc: undo most of 'fix infinite recursion for embedded interfaces' · 290e68b9
    Russ Cox authored
    Preserve test.
    
    changeset:   11593:f1deaf35e1d1
    user:        Luuk van Dijk <lvd@golang.org>
    date:        Tue Jan 17 10:00:57 2012 +0100
    summary:     gc: fix infinite recursion for embedded interfaces
    
    This is causing 'interface type loop' errors during compilation
    of a complex program.  I don't understand what's happening
    well enough to boil it down to a simple test case, but undoing
    this change fixes the problem.
    
    The change being undone is fixing a corner case (uses of
    pointer to interface in an interface definition) that basically
    only comes up in erroneous Go programs.  Let's not try to
    fix this again until after Go 1.
    
    Unfixes issue 1909.
    
    TBR=lvd
    CC=golang-dev
    https://golang.org/cl/5555063
    290e68b9
Name
Last commit
Last update
..
buildscript Loading commit data...
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all-qemu.bash Loading commit data...
all.bash Loading commit data...
buildinfo.sh Loading commit data...
buildscript.sh Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...