Comment on Reducing Go execution tracer overhead with frame pointer unwindingComments−sa463yWould this speed up capturing stack traces? The use case I have in mind is stack traces for logging. The Zap logger has a mild warning [1] about stack traces being relatively expensive.[1]: https://pkg.go.dev/go.uber.org/zap#Stack
Comments
Would this speed up capturing stack traces? The use case I have in mind is stack traces for logging. The Zap logger has a mild warning [1] about stack traces being relatively expensive.
[1]: https://pkg.go.dev/go.uber.org/zap#Stack