]> Cypherpunks repositories - gostls13.git/commit
runtime: remove the dummy arg of getcallersp
authorCherry Zhang <cherryyz@google.com>
Thu, 26 Apr 2018 18:06:08 +0000 (14:06 -0400)
committerCherry Zhang <cherryyz@google.com>
Thu, 26 Apr 2018 18:57:20 +0000 (18:57 +0000)
commit22f4280b9ac4194d48e0426f3b9743158724ae94
treec0bba7a7eab190392b6266439cf31cc6df55ae8d
parenta3bafcf8ccb55b130c10cbf45e44ab77823672a1
runtime: remove the dummy arg of getcallersp

getcallersp is intrinsified, and so the dummy arg is no longer
needed. Remove it, as well as a few dummy args that are solely
to feed getcallersp.

Change-Id: Ibb6c948ff9c56537042b380ac3be3a91b247aaa6
Reviewed-on: https://go-review.googlesource.com/109596
Run-TryBot: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
15 files changed:
src/runtime/cgocall.go
src/runtime/export_test.go
src/runtime/futex_test.go
src/runtime/lock_futex.go
src/runtime/lock_sema.go
src/runtime/mprof.go
src/runtime/norace_test.go
src/runtime/os_solaris.go
src/runtime/os_windows.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/signal_unix.go
src/runtime/stubs.go
src/runtime/syscall_solaris.go
src/runtime/traceback.go