• Russ Cox's avatar
    runtime: stack growth adjustments, cleanup · 7343e03c
    Russ Cox authored
    	* keep coherent SP/PC in gobuf
    	  (i.e., SP that would be in use at that PC)
    	* gogocall replaces setspgoto,
    	  should work better in presence of link registers
    	* delete unused system calls
    
    only amd64; 386 is now broken
    
    R=r
    DELTA=548  (183 added, 183 deleted, 182 changed)
    OCL=30381
    CL=30442
    7343e03c
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc/xcode Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...