The Go programming language
Go to file
Russ Cox add89dd1ba stack overflow debugging and fix.
* 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
2009-10-12 10:26:38 -07:00
doc another round of gofmt applications 2009-10-06 14:55:39 -07:00
include convert C runtime to 32-bit runes; 2009-08-31 16:38:50 -07:00
lib/godoc Factored out boilerplate from all html docs in doc directory: 2009-10-01 14:08:00 -07:00
misc add cgo test that doesn't depend on 2009-10-03 11:33:51 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src stack overflow debugging and fix. 2009-10-12 10:26:38 -07:00
test fix build 2009-10-11 23:38:44 -07:00
usr interpreter checkpoint. 2009-10-11 02:35:53 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00