]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: framepointers are no longer an experiment - hard code them
authorKeith Randall <khr@golang.org>
Fri, 21 Aug 2020 18:09:45 +0000 (11:09 -0700)
committerKeith Randall <khr@golang.org>
Thu, 27 Aug 2020 21:15:47 +0000 (21:15 +0000)
commit5c2c6d3fbf4f0a1299b5e41463847d242eae19ca
tree2db6e03226354716efb26a5233572841c429514f
parent29634436fd741a7c685bf8f242b6fd62f093d1ad
runtime: framepointers are no longer an experiment - hard code them

I think they are no longer experimental status. Might as well promote
them to permanent.

Change-Id: Id1259601b3dd2061dd60df86ee48080bfb575d2f
Reviewed-on: https://go-review.googlesource.com/c/go/+/249857
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
14 files changed:
src/cmd/compile/internal/gc/pgen.go
src/cmd/compile/internal/ssa/regalloc.go
src/cmd/internal/obj/arm64/obj7.go
src/cmd/internal/obj/link.go
src/cmd/internal/obj/sym.go
src/cmd/internal/obj/x86/asm6.go
src/cmd/internal/obj/x86/obj6.go
src/cmd/internal/objabi/util.go
src/cmd/link/internal/ld/lib.go
src/runtime/cgocall.go
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/stack.go
src/runtime/traceback.go