-
- Downloads
runtime: copy Go 1.7 runtime semaphore code
This triggered a check in releaseSudog that g.param not nil, because libgo uses the param field when starting a goroutine. Fixed by clearing g->param in kickoff in proc.c. Reviewed-on: https://go-review.googlesource.com/30951 From-SVN: r241067
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- libgo/Makefile.am 0 additions, 1 deletionlibgo/Makefile.am
- libgo/Makefile.in 1 addition, 3 deletionslibgo/Makefile.in
- libgo/go/runtime/sema.go 358 additions, 0 deletionslibgo/go/runtime/sema.go
- libgo/runtime/proc.c 4 additions, 1 deletionlibgo/runtime/proc.c
- libgo/runtime/runtime.h 4 additions, 2 deletionslibgo/runtime/runtime.h
Loading
Please register or sign in to comment