• Russ Cox's avatar
    stack overflow debugging and fix. · add89dd1
    Russ Cox authored
      * in 6l, -K already meant check for stack underflow.
        add -KK to mean double-check stack overflows
        even in nosplit functions.
    
      * comment out print locks; they deadlock too easily
         but are still useful to put back for special occasions.
    
      * let runcgo assembly switch to scheduler stack
        without involving scheduler directly.  because runcgo
        gets called from matchmg, it is too hard to keep it
        from being called on other stacks.
    
    R=r
    DELTA=94  (65 added, 18 deleted, 11 changed)
    OCL=35591
    CL=35604
    add89dd1
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libcgo Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.386 Loading commit data...
Make.amd64 Loading commit data...
Make.arm Loading commit data...
Make.cmd Loading commit data...
Make.conf Loading commit data...
Make.pkg Loading commit data...
all-arm.bash Loading commit data...
all-nacl.bash Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
make-arm.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...