-
- Downloads
runtime: rename gothrow to throw
Rename "gothrow" to "throw" now that the C version of "throw" is no longer needed. This change is purely mechanical except in panic.go where the old version of "throw" has been deleted. sed -i "" 's/[[:<:]]gothrow[[:>:]]/throw/g' runtime/*.go Change-Id: Icf0752299c35958b92870a97111c67bcd9159dc3 Reviewed-on: https://go-review.googlesource.com/2150 Reviewed-by:Minux Ma <minux@golang.org> Reviewed-by:
Dave Cheney <dave@cheney.net>
Showing
- src/runtime/cgocall.go 7 additions, 7 deletionssrc/runtime/cgocall.go
- src/runtime/chan.go 8 additions, 8 deletionssrc/runtime/chan.go
- src/runtime/env_posix.go 1 addition, 1 deletionsrc/runtime/env_posix.go
- src/runtime/hashmap.go 14 additions, 14 deletionssrc/runtime/hashmap.go
- src/runtime/heapdump.go 4 additions, 4 deletionssrc/runtime/heapdump.go
- src/runtime/iface.go 2 additions, 2 deletionssrc/runtime/iface.go
- src/runtime/lfstack.go 1 addition, 1 deletionsrc/runtime/lfstack.go
- src/runtime/lock_futex.go 7 additions, 7 deletionssrc/runtime/lock_futex.go
- src/runtime/lock_sema.go 10 additions, 10 deletionssrc/runtime/lock_sema.go
- src/runtime/malloc.go 22 additions, 22 deletionssrc/runtime/malloc.go
- src/runtime/malloc1.go 7 additions, 7 deletionssrc/runtime/malloc1.go
- src/runtime/mcache.go 3 additions, 3 deletionssrc/runtime/mcache.go
- src/runtime/mcentral.go 6 additions, 6 deletionssrc/runtime/mcentral.go
- src/runtime/mem.go 1 addition, 1 deletionsrc/runtime/mem.go
- src/runtime/mem_bsd.go 4 additions, 4 deletionssrc/runtime/mem_bsd.go
- src/runtime/mem_darwin.go 2 additions, 2 deletionssrc/runtime/mem_darwin.go
- src/runtime/mem_linux.go 4 additions, 4 deletionssrc/runtime/mem_linux.go
- src/runtime/mem_windows.go 5 additions, 5 deletionssrc/runtime/mem_windows.go
- src/runtime/mfixalloc.go 1 addition, 1 deletionsrc/runtime/mfixalloc.go
- src/runtime/mgc.go 67 additions, 67 deletionssrc/runtime/mgc.go
Loading
Please register or sign in to comment