Live data from Hacker News

Mid-stack inlining in the Go compiler

docs.google.com

1–10 of 76 posts

Re: Mid-stack inlining in the Go compiler

#9

In case someone else is wondering: What is being called "mid-stack inlining" here is what is generally understood by the term "inlining".

The presentation makes a distinction between mid-stack and leaf inlining, and apparently it was only done on leaf calls before because this is less confusing in backtraces.
Post reply on HN