Comment on Reducing Go execution tracer overhead with frame pointer unwindingComments−philosopher12343yIt was interesting to look directly at the source code linked in the article for stack unwiding [1]. In particular, it's neat to see how thoroughly documented this file is. Reminds me of poking around the SQLite codebase.[1] https://github.com/golang/go/blob/6b8b7823c7fd9f3f2317f65712...
Comments
It was interesting to look directly at the source code linked in the article for stack unwiding [1]. In particular, it's neat to see how thoroughly documented this file is. Reminds me of poking around the SQLite codebase.
[1] https://github.com/golang/go/blob/6b8b7823c7fd9f3f2317f65712...