mirror of
https://github.com/golang/go
synced 2024-11-02 13:21:55 +00:00
376ce8c880
A check in inl.go to prevent inlining of functions calling either getcallerpc or getcallersp does not work when these functions are intrinsics. Swap checks to fix. Includes test. No bug, this was discovered in the course of a ridiculous experiment with inlining. Change-Id: Ie1392523bb89882d586678f2674e1a4eadc5e431 Reviewed-on: https://go-review.googlesource.com/c/go/+/172217 Run-TryBot: David Chase <drchase@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
7 lines
343 B
Text
7 lines
343 B
Text
// Copyright 2019 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
The runtime directory contains tests that specifically need
|
|
to be compiled as-if in the runtime package. For error-check
|
|
tests, these require the additional flags -+ and -p=runtime.
|